Releases: Onix-Systems/onix-flutter-project-generator
Releases · Onix-Systems/onix-flutter-project-generator
Release 1.3.0 (30)
New Features:
- Added new state managements (No state management, provider, riverpod);
- Added Sentry integratiion (Optional);
Improvements:
- Fixes on Swagger parsing and generation
- Fixes on import duplication
- Improved modularity
Release 1.2.0 (29)
Features:
- Screen Util is optional
Improvements:
- Updated base project
- Updated documentation, added video How-To
- Bug fixes
Release 1.1.3 (28)
What's Changed
Features:
- Added project name and package name validations
- Added commands to generate changelog
- Added commands to post changelog to Slack channel after fastlane completed
- Updated depencencies of the generated project
- New documentation
Fixes:
- Ui improvements
- Refactoring of Swagger parsing process
- Fixed issues about some Swagger JSON had not parsed.
- Fixed Swagger components generation issues
Other:
- Temporary disabled project editing due to refactoring
Release 1.1.2 (27)
Fixes in application:
• Fixed scrolling on screens page (issues/76);
• Other small improvements;
Fixes in generated project:
• Fixed analytics issues;
• GoRoute routes as enums;
• Fixed AuthRoute routes declaration;
• Added ReusableRouteFlow class for GoRouter (Check class documentation for usage tips);
• Session Services is ChangeNotifier for GoRouter;
Release 1.1.1 (26)
- removed freezed fromo generated response and request classes;
- added option to create Android signing config for external created project;
- set app name in title case;
- added flavorizr support for MacOS;
- other bug fixes and improvements;
Release 1.1.0
- Fastlane configs generation added;
- Documentation generation improvements
- Android an iOS platforms united to Mobile
- Code improvements and various bug fixes
1.0.24
- Added documentation generation
- ThemeTailor updated to v3
- Bug fixes and improvements
1.0.23
- fix dependencies resolve
- lock theme_tailr to 2.1.0
1.0.21
- fixes and improvements
1.0.20
- sync brick with boilerplate