Skip to content

Releases: nylo-core/support

v4.4.0

17 May 00:16

Choose a tag to compare

  • Flutter v3.10.0 fixes:
    • Update: theme_provider package

v4.3.1

03 Mar 07:31

Choose a tag to compare

  • Change NyFutureBuilder to a Stateless widget to fix refreshing data.

v4.3.0

22 Feb 07:57

Choose a tag to compare

  • Allow the BaseThemeConfig class to accept generics.
  • --dart-define variable change - ENV_FILE_PATH is now ENV_FILE.

v4.1.0

31 Jan 01:48

Choose a tag to compare

  • Ability to set a baseUrl to a ApiService from the nyApi helper.
  • Fix Nylo.init to call setupFinished if setup is null.
  • New NyFutureBuilder widget which is a wrapper around FutureBuilder. Docs coming soon.
  • You can now pass a key into the data variable.
  • Update TextTheme styles for the getAppTextTheme method.
  • New syncToBackpack() helper in the NyStorage class.
  • Metro: Fix add page method
  • NyStorage: New helpers to deleteAll from the Backpack class.
  • Backpack: New delete & deleteAll methods.
  • Version bump

v4.0.0

01 Jan 19:29

Choose a tag to compare

  • MetroService - new addToRouter & addToConfig methods to allow you to manipulate config files.
  • NyTemplate class added for building pre-made templates.
  • Helper added for the Backpack class to return an instance of Nylo easier.
  • initialRoute added to Nylo class.
  • New boot() async {} added to NyState widget. If you override this method and call an async method, it will allow you to use the afterLoad(child: () => MyWidget()) helper to display a loader until the async method completes.
  • Pubspec.yaml dependency updates
  • Version bump

v3.5.0

19 Sep 07:01
6c02d20

Choose a tag to compare

  • Move routeTo helper from NyState to Router.
  • New PageTransitionSettings class to pass transition settings such as Duration when using routeTo and the router.
  • Version bump

v3.4.0

27 Aug 05:38
2a68203

Choose a tag to compare

  • Add base theme config for theme management in Nylo
  • Add theme colors for color management in Nylo
  • New helper for NyState class to fetch colors easier
  • Ability to add a duration for page transitions
  • Pubspec.yaml dependency updates
  • Version bump

v3.3.0

27 Jul 14:07
eb0ebb9

Choose a tag to compare

  • Merge PR #20 from youssefKadaouiAbbassi that adds the ability to retrieve query parameters from the Navigator
    e.g. "/my-page?hello=world" = {"hello": "world"}

v3.2.0

29 Jun 04:40
7f9be0a

Choose a tag to compare

  • New optional parameter inBackpack added to the store when using NyStorage class to also save to your Backpack instance
  • Merge pull request #17 from @lpdevit to fix router navigation when using transitionDuration
  • Pubspec.yaml dependency updates
  • Version bump

v3.1.0

19 May 19:24
a719d7a

Choose a tag to compare

  • New helpers added to NyState: awaitData and lockRelease.
  • Version bump