skadi 4.6.0
skadi: ^4.6.0 copied to clipboard
Flutter utilities packages for custom widgets and utilities function.
4.6.0 2 August 2024 #
- Bump intl version to 0.19.0
4.5.0 9 April 2024 #
- add new extension
- Improve Paginated View
4.4.0 28 February 2024 #
- add route validator to
SkadiNavigator
4.3.2 15 December 2023 #
- fix debouncer dispose
SkadiPaginatedView
4.3.1 14 December 2023 #
- add Debouncer to
SkadiPaginatedView - add
disposetoDebouncer
4.3.0 13 December 2023 #
- Flutter 3.16 update
4.2.4 1 December 2023 #
- improve SkadiInjector
4.2.3 30 November 2023 #
- Code improvement
- New extension
zeroNumberReplacement: num
4.2.2 22 November 2023 #
- Fix
SkadiSimpleDialogcontent cutout on iOS - Add
errorconstructor toSkadiSimpleDialog - New extension
rfs: TextStyle
4.2.0 7 November 2023 #
- add
titleBuilderforSkadiAccordion
4.1.0 26 October 2023 #
- Fix
SkadiConfirmationDialogcontent cutout on iOS - Improve
ReadmoreTextparam - New extension
responsive,beforeLast: ListlogObj: ObjecttoBool,toDateTime: String
4.0.0 5 October 2023 #
- fix export
SkadiInjectorandSkadiLocator - New extension
formatUSDate: DateTimenullIfZero: numnullIfEmptyString
- Now required dart
>= 3.0.0
3.4.0 2 October 2023 #
- Add
ReadMoreText
3.3.0 18 August 2023 #
- Improve
SkadiPaginatedListViewandSkadiPaginatedGridViewloading mechanism - Fix
SeparatorRowandSeparatorColumnseparator builder index
3.2.0 02 August 2023 #
- Breaking changes:
SkadiPaginatedListViewandSkadiPaginatedGridViewhas a new param callfetchOptions.
- Support recursive fetch for
SkadiPaginatedListViewandSkadiPaginatedGridViewif the List isn't scrollable while having more data
3.1.0 12 July 2023 #
- add
SeparatorRow - Rework SkadiAsyncIconButton style
- Fix Form validator empty space
3.0.1 7 July 2023 #
- add new param to SkadiRouteObserver
- Rework SkadiAsyncIconButton to use SkadiAsyncButton instead
- Small improvement
3.0.0 13 June 2023 #
- Update dependencies
- add
SkadiInjectorandSkadiLocator - add new extension on number
2.7.4 12 May 2023 #
- Fix
PaginatedGridViewandPaginatedListViewbugs
2.7.2 12 May 2023 #
- Rename
TabAlignmenttoTabBarAlignmentto fix issue with Flutter 3.10
2.7.1 12 May 2023 #
- Fix
PaginatedGridViewandPaginatedListViewbugs while item is empty
2.7.0 11 May 2023 #
- Improve
PaginatedGridViewandPaginatedListView - Add
SkadiSliverPaginatedListView
2.6.0 26 April 2023 #
- tweak some value in SkadiResponsive
- add new provider param for EllipsisText
- Improve parameter variable name
2.5.0 29 March 2023 #
- Bring back what's remove in SkadiResponsive in 2.4.0
- Add more extension and method for SkadiResponsive
2.4.2 27 March 2023 #
- fix SkadiAsyncButton loading notifier
2.4.1 21 March 2023 #
- fix extension name
2.4.0 18 March 2023 #
- Add
valueOfto SkadiResponsive - Add
responsiveto BuildContext extension - remove screen size check from SkadiResponsive and add them to
BuildContextextension instead
2.3.4 15 March 2023 #
- Add
getinListExtension - Add
buildWhenTrueinListenableExtension
2.3.2 13 March 2023 #
- Fix
SeparatorColumnbug
2.3.0 13 March 2023 #
- add
WillPopDisable,WillPopPromptandCircularLoading - add
emptyReplacementextension onString - add
centerextension onWidget - add
navigatorKeytoSkadiNavigator - add
keepAlivewidget (AutomaticKeepAliveClientMixin) - add
JsonMaptype
2.2.3 24 February 2023 #
- add
switchPositionmethod to LoadingOverlayProvider SkadiScaffoldnow allowPreferredSizeWidgetinstead ofAppBar
2.2.2 15 February 2023 #
- add
fetchOffsetto SkadiPaginatedWidget
2.2.1 1 February 2023 #
- fix
debugLoglog - add
TimeOfDayutils
2.2.0 27 January 2023 #
- bump
intldown - Fix types
2.1.1 27 January 2023 #
- fix pub score
2.1.0 26 January 2023 #
- breaking change
- SkadiProvider
noDataWidgethas an onRefresh param callback
- SkadiProvider
2.0.9 6 January 2023 #
- fix
SkadiScaffoldbugs
2.0.8 6 January 2023 #
- fix
SkadiAsyncIconButtonloading bugs
2.0.7 6 January 2023 #
- fix issue #3
- Add
SkadiScaffold
2.0.6 5 January 2023 #
- export
kTs
2.0.5 26 December 2022 #
- add TextStyle utils:
kTs - add
debugLog
2.0.4 13 December 2022 #
- add
onDismissin KeyboardDismiss
2.0.3 13 December 2022 #
isTheSameDayextension on DateTime is now nullable- breaking change
- update
semiboldtosemiBoldon Textstyle extension
- update
2.0.2 12 December 2022 #
- add confirmPassword related method to SkadiFormMixin
2.0.0 15 November 2022 #
- breaking change
- Remove
SkadiLoadingButtonbecauseSkadiAsyncButtoncan now work the same way - Remove
separatorfrom PaginatedList, userseparatorBuilderinstead
- Remove
- allow nullable parameter on some widgets (non breaking)
- fix
validateFieldvalidator - add
wrapRow,warpRowExpanded,wrapColumn,wrapColumnExpandedon Widget extension
1.0.0 23 October 2022 #
- Add
catchNothing - Add
loadingNotifierandonSurfacetoSkadiAsyncButton - Add
positiveTextStyletoSkadiConfirmationDialog - breaking change
SkadiLoadingButtonto follow new ElevatedButton parameter nameSkadiAsyncButtonto follow new ElevatedButton parameter nameSkadiConfirmationDialogparameter behavior change:onConfirmandonCancelno longer pop dialog by default
- Fix SkadiAsyncButton width
- add
listenChildto ValueListenable extension - fix logger bug
0.2.0 28 September 2022 #
- Improve README
- Add setting for
Logger - Add
SkadiBadge - breaking change
SkadiAsyncButtonto follow ElevatedButton parameter name
0.1.2 13 September 2022 #
- Add
analyticCallBackforSkadiRouteObserver
0.1.1 8 September 2022 #
- Fix
SkadiNavigatorpopTime - Add new BuildContext extension for
SkadiNavigator - Improve
Dotwidget - Add more
Examples
0.1.0 7 September 2022 #
- Fix
SkadiResponsivevalue being negative - Add new widgets
0.0.3 7 September 2022 #
- adjust default
SkadiResponsivevalue breakpoint - Fix
SkadiResponsive.isMobilereturn wrong value
0.0.2 29 August 2022 #
- Add more widgets
0.0.1 25 August 2022 #
- Initial release