Skip to content

Releases: nylo-core/support

v6.35.0

18 Jul 08:06
Compare
Choose a tag to compare
  • Fix stateData in NyState to return the correct data type

v6.34.0

17 Jul 01:41
Compare
Choose a tag to compare
  • 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

14 Jul 13:01
Compare
Choose a tag to compare
  • Added lifecycleActions to NyPage. This will allow you to handle lifecycle events in your pages.
  • Update pubspec.yaml

v6.32.0

02 Jul 11:13
Compare
Choose a tag to compare
  • 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

24 Jun 06:01
Compare
Choose a tag to compare
  • 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

23 Jun 01:45
Compare
Choose a tag to compare
  • Added PullableConfig to pullable widget.
  • Update pubspec.yaml

v6.29.0

19 Jun 23:33
Compare
Choose a tag to compare
  • 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

23 May 03:19
Compare
Choose a tag to compare
  • Fix: getEnv helper to return an empty string if a variable is set like this APP_WEBSITE=""
  • Update pubspec.yaml

v6.28.4

13 May 04:33
Compare
Choose a tag to compare
  • Update pubspec.yaml

v6.28.3

08 May 03:44
Compare
Choose a tag to compare
  • Fix: Field.date not using the correct display format