Releases: nylo-core/support
Releases · nylo-core/support
v6.19.2
v6.19.1
v6.19.0
v6.18.0
- Add new
NavigationTab.alert
widget for supporting alerts in the NavigationTab - New extension
toBool
andtryParseBool
added toString
class - New StateActions added to
NavigationHubStateActions
alertEnableTab
- Enable the alert for a specific tabalertDisableTab
- Disable the alert for a specific tab
- Update pubspec.yaml
v6.17.1
v6.17.0
- 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.16.1
v6.16.0
v6.15.0
- 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 - Update pubspec.yaml