Skip to content

Releases: Onix-Systems/onix-flutter-project-generator

Release 1.3.0 (30)

29 Oct 09:28
80f8178
Compare
Choose a tag to compare

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)

09 Aug 09:21
56b2476
Compare
Choose a tag to compare

Features:

  • Screen Util is optional

Improvements:

  • Updated base project
  • Updated documentation, added video How-To
  • Bug fixes

Release 1.1.3 (28)

01 Aug 11:14
a134ed1
Compare
Choose a tag to compare

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)

14 Jun 08:56
47e65ec
Compare
Choose a tag to compare

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)

12 Jun 15:43
a597416
Compare
Choose a tag to compare
  • 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

22 May 11:08
c8d7bfd
Compare
Choose a tag to compare
  • Fastlane configs generation added;
  • Documentation generation improvements
  • Android an iOS platforms united to Mobile
  • Code improvements and various bug fixes

1.0.24

15 Apr 08:24
a1e5fb8
Compare
Choose a tag to compare
  • Added documentation generation
  • ThemeTailor updated to v3
  • Bug fixes and improvements

1.0.23

27 Feb 11:06
3419752
Compare
Choose a tag to compare
  • fix dependencies resolve
  • lock theme_tailr to 2.1.0

1.0.21

30 Jan 08:43
22b1c40
Compare
Choose a tag to compare
  • fixes and improvements

1.0.20

29 Jan 09:01
6a8df96
Compare
Choose a tag to compare
  • sync brick with boilerplate