Releases: nylo-core/nylo
Releases · nylo-core/nylo
v6.6.1
v6.6.0
- 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
- Update dark_theme to include a default for
timePickerTheme
anddatePickerTheme
- Add new NavigationTab.alert widget for supporting alerts in the NavigationTab
- New extension
toBool
andtryParseBool
added to String class - dart format
- New StateActions added to
NavigationHubStateActions
alertEnableTab
- Enable the alert for a specific tabalertDisableTab
- Disable the alert for a specific tab
- Update pubspec.yaml
v6.4.10
- Added comprehensive DateTime manipulation methods:
- Year operations:
addYears()
andsubtractYears()
- Month operations:
addMonths()
andsubtractMonths()
- Day operations:
addDays()
andsubtractDays()
- Hour operations:
addHours()
andsubtractHours()
- Minute operations:
addMinutes()
andsubtractMinutes()
- Second operations:
addSeconds()
andsubtractSeconds()
- Year operations:
- Update NavigationHub to support the following:
- Set a default current tab index: Override
currentIndex
in yourNavigationHub
class - New
bottomNavBuilder
method to build the bottom navigation bar
- Set a default current tab index: Override
- DateTime extension:
- Allow
toDateString
to accept aString
format - Add
toDateStringUK
to format the date in UK format - Add
toDateStringUS
to format the date in US format
- Allow
- New
localAsset
method added toAssetImage
- Update pubspec.yaml
v6.4.9
v6.4.8
- 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