Releases: nylo-core/support
Releases · nylo-core/support
v6.7.0
- Add
NyLocaleHelper
- New
Nylo.package
helper for initializing packages
- Fix
NyStoreage.read
helper
v6.6.0
- New
nyPageName
extension helper added to RouteView
- Update
StateAction
to support RouteView
paths
v6.5.0
- Dark mode support for Form fields: picker, date picker, checkbox and chips
- New helper
color({light, dark})
to get the color based on the theme
- New helper
whenTheme({light, dark})
to handle widgets based on the theme
- Add
NyThemeType
to BaseThemeConfig. This will allow you to set if a theme is light or dark
- Contribution from stensonb to update the documentation for the sleep method
- Update pubspec.yaml
v6.4.0
- New
initDio(Dio dio)
method added to DioApiService
v6.3.0
- Update
updateState
to support RouteView paths
- Allow
NyPage
to support stateManaged methods using bool get stateManaged => true;
- Update pubspec.yaml
v6.2.0
- Override
build
in NyPage to support loading using a Scaffold
- Rename
Session
to NySession
- Fix typo with skeletonizer
- Update pubspec.yaml
v6.1.1
- Update local push notifications
v6.1.0
- Add local push notifications
v6.0.0
- New version of Nylo - read more about the changes here