Skip to content

Releases: nylo-core/nylo

v6.10.6

13 Dec 09:52

Choose a tag to compare

  • Update android config
  • pubspec.yaml update

v6.10.5

14 Nov 18:00

Choose a tag to compare

  • Fix NyLanguageSwitcher AssetManifest.json
  • Added NyRichText.template to construct rich text from a template string
  • Update pubspec.yaml

v6.10.4

12 Oct 02:42

Choose a tag to compare

  • added repeatOn to PushNotification class to allow repeating notifications
  • pubspec.yaml update

v6.10.3

15 Sep 01:51

Choose a tag to compare

  • Update pubspec.yaml

v6.10.2

31 Aug 01:43

Choose a tag to compare

  • Remove cxx debug files from Android
  • Pubspec.yaml update

v6.10.1

17 Aug 00:14

Choose a tag to compare

  • Fix controller stub
  • Update state managed stub
  • Fix stateData in NyState to return the correct data type
  • pubspec.yaml updates

v6.10.0

17 Jul 06:09

Choose a tag to compare

  • Added appLifecycle to Nylo.init. This will allow you to globally handle your app's lifecycle.
  • 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.
  • Add missing annotations
  • pubspec.yaml updates

v6.9.3

24 Jun 07:06

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.
  • Added PullableConfig to pullable widget.
  • 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

v6.9.2

29 May 08:22

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.9.1

02 May 03:26

Choose a tag to compare

  • Add: export 'form_chips and form_radio' to ny_widgets.dart
  • Add: prefixIcon to Field.password
  • Fix: _whenStateAction method in NyState
  • Fix: postman imports