Skip to content

Releases: nylo-core/nylo

v6.6.1

05 Feb 03:11
Compare
Choose a tag to compare
  • Update pubspec.yaml

v6.6.0

04 Feb 07:57
Compare
Choose a tag to compare
  • Ability to scaffold in-app purchases via RevenueCat
  • Use dart run scaffold_ui:main iap and then select RevenueCat
  • Added firebase to the list of available auth scaffolds
  • Forms - Ability to set fields as readOnly
    • Fix issue "stream has already been listened to" #215
  • Fixes for NavigationHub
  • Small refactor to Pullable widget
  • Update pubspec.yaml

v6.5.0

02 Feb 04:17
Compare
Choose a tag to compare
  • Update dark_theme to include a default for timePickerTheme and datePickerTheme
  • Add new NavigationTab.alert widget for supporting alerts in the NavigationTab
  • New extension toBool and tryParseBool added to String class
  • dart format
  • New StateActions added to NavigationHubStateActions
    • alertEnableTab - Enable the alert for a specific tab
    • alertDisableTab - Disable the alert for a specific tab
  • Update pubspec.yaml

v6.4.10

26 Jan 12:26
Compare
Choose a tag to compare
  • Added comprehensive DateTime manipulation methods:
    • Year operations: addYears() and subtractYears()
    • Month operations: addMonths() and subtractMonths()
    • Day operations: addDays() and subtractDays()
    • Hour operations: addHours() and subtractHours()
    • Minute operations: addMinutes() and subtractMinutes()
    • Second operations: addSeconds() and subtractSeconds()
  • Update NavigationHub to support the following:
    • Set a default current tab index: Override currentIndex in your NavigationHub class
    • New bottomNavBuilder method to build the bottom navigation bar
  • DateTime extension:
    • Allow toDateString to accept a String format
    • Add toDateStringUK to format the date in UK format
    • Add toDateStringUS to format the date in US format
  • New localAsset method added to AssetImage
  • Update pubspec.yaml

v6.4.9

16 Jan 04:50
Compare
Choose a tag to compare
  • pubspec.yaml update

v6.4.8

13 Jan 06:46
Compare
Choose a tag to compare
  • Fix model stub
  • Make updatePageState public
  • Ensure handleSuccess handles responses within the correct status code range. Fixes 207
  • Fix header parameter in NyPullToRefresh and NyListView
  • Small fix for NyForm
  • Improvements to NavigationHub to support Text tabs and Icons
  • Updates to NavigationTab to support updating the Page, Title, Icon, Background Color and Tooltip

v6.4.7

04 Jan 13:55
Compare
Choose a tag to compare
  • Fix updateState method when using NyPage.path
  • Small fix for route guards when using redirect
  • Make updatePageState private
  • Update pubspec.yaml

v6.4.6

31 Dec 05:50
Compare
Choose a tag to compare
  • Update copyright year
  • Happy new year 🥳

v6.4.5

31 Dec 05:49
Compare
Choose a tag to compare
  • pubspec.yaml update

v6.4.4

29 Dec 13:28
Compare
Choose a tag to compare
  • Update Form stub to include init
  • Fix validation max and min rules
  • New init method added to Forms
  • Small refactor to NyForm class
  • Update loadingStyle render method