Releases: nylo-core/nylo
Releases · nylo-core/nylo
v5.25.8
v5.25.7
v5.25.6
v5.25.5
v5.25.4
- 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
v5.25.2
v5.25.1
v5.25.0
- 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, );
- Removed
- pubspec.yaml update