Releases: nylo-core/support
Releases · nylo-core/support
v6.35.0
- Fix stateData in
NyState
to return the correct data type
v6.34.0
- Added
lifecycleActions
to Nylo.init
. This will allow you to global handle your app's lifecycle.
- Add missing annotations
- Update pubspec.yaml
v6.33.0
- Added
lifecycleActions
to NyPage
. This will allow you to handle lifecycle events in your pages.
- Update pubspec.yaml
v6.32.0
- Added
excludeKeys
to NyStorage.deleteAll
. This will allow you to exclude certain keys from being deleted when calling deleteAll
.
- Added
hasExecutedTaskOnce
in NyScheduler. This will allow you to check if a task has been executed.
- Update pubspec.yaml
v6.31.0
- Added
set
to NySession class. This will allow you to set a value in the session.
- Added
onFailure
parameter to isSuccessful method in NyValidator
.
- Fix
getInitialRouteName
to return the correct initial route name when, when
is used.
v6.30.0
- Added
PullableConfig
to pullable widget.
- Update pubspec.yaml
v6.29.0
- Added new
visibleWhen
extension to Widget
class. This will allow you to show or hide a widget based on a condition.
- Added
onPop
to the pushTo
method. This will allow you to receive a callback when the page is popped.
- Added
removeFromIndex
to NyPullToRefresh. This will allow you to remove an item from the list at a specific index.
- Bug fix for
NyTextField
onChanged method.
- Fix analysis_options.yaml
- Update pubspec.yaml
v6.28.5
- Fix:
getEnv
helper to return an empty string if a variable is set like this APP_WEBSITE=""
- Update pubspec.yaml
v6.28.3
- Fix:
Field.date
not using the correct display format