Releases: Onix-Systems/onix-flutter-project-generator
Releases · Onix-Systems/onix-flutter-project-generator
Release 1.3.1 (31)
New Features:
- Added Simplified (Basic) Architecture
- Integrated the MVVM pattern and a Signals state management using onix_flutter_mvvm and onix_flutter_signals packages
- Added Standalone Flavors Generator
Improvements:
- Added Base Data Components Preview
- Added Backup for Standalone Signing Generator
- Environment Security Enhanced with envied package
- Adding screens to existing project functional is back
Bug fixes
- Implemented various fixes to improve the accuracy and stability of the Swagger parser
Caution
Due to new branch organization app will not autoupdate. Fill free to update it manually!
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