Skip to content

Fix generator issues#5

Merged
justprodev merged 3 commits intojustprodev:mainfrom
leancodepl:fix/generator-issues
Apr 17, 2026
Merged

Fix generator issues#5
justprodev merged 3 commits intojustprodev:mainfrom
leancodepl:fix/generator-issues

Conversation

@michalina-majewska
Copy link
Copy Markdown
Contributor

  1. Support multiple parameters with the same type e.g.
String helloEveryone(String person1, String person2, String person3);
  1. Replace hardcoded class name in the template.

  2. Support multiline method signatures e.g.

String reallyLongNameThatWillCauseDartFormatterToSplitLines(
    String parameter1,
    String parameter2,
);

2 and 3 can be solved by using the default L10n class name and turning off the dart formatter but 1 needed a real fix.

@wzslr321
Copy link
Copy Markdown

Bump 🏄

@justprodev justprodev self-assigned this Apr 17, 2026
@justprodev justprodev merged commit 6b4be8d into justprodev:main Apr 17, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants