Skip to content

Releases: nylo-core/nylo

v5.25.8

20 Apr 09:37
Compare
Choose a tag to compare
  • fix home_page

v5.25.7

20 Apr 09:33
Compare
Choose a tag to compare
  • fix web builds

v5.25.6

20 Apr 04:48
Compare
Choose a tag to compare
  • update pubspec.yaml

v5.25.5

18 Apr 07:21
Compare
Choose a tag to compare
  • pubspec.yaml update

v5.25.4

17 Apr 09:49
Compare
Choose a tag to compare
  • Add the ability to set a custom transition to a route.group e.g. router.group(() => {'transition': PageTransitionType.fade}, (router) { ... })
  • Add the ability to set a transition_settings to a route.group e.g. router.group(() => {'transition_settings': PageTransitionSettings(duration: Duration(milliseconds: 500)}, (router) { ... })
  • Update _getPageTransitionIsIos to detect if the platform is iOS to use the CupertinoPageRoute for the transition
  • Small refactor to _getPageTransition.* methods in router.dart
  • Update pubspec.yaml

v5.25.3

08 Apr 03:32
Compare
Choose a tag to compare
  • pubspec.yaml dependency updates

v5.25.2

01 Apr 09:25
Compare
Choose a tag to compare
  • Pubspec.yaml update

v5.25.1

28 Mar 05:59
Compare
Choose a tag to compare
  • pubspec.yaml updates

v5.25.0

26 Mar 08:25
Compare
Choose a tag to compare
  • Small breaking change for app localization
    • Removed languagesList parameter
    • Removed valuesAsMap parameter
    • You should update your app_provider.dart file:
     await NyLocalization.instance.init(
       localeType: localeType,
       languageCode: languageCode,
       assetsDirectory: assetsDirectory,
     );
  • pubspec.yaml update

v5.24.5

22 Mar 04:25
Compare
Choose a tag to compare
  • Dependency updates