dash_kit_core 3.3.0
dash_kit_core: ^3.3.0 copied to clipboard
The core component for DashKit that provides basic architecture components
3.3.0 #
- Updated PaginatedList model and PaginatedList view structure.
3.2.2 #
- Added maxScrollExtent to the ScrollListener
3.2.1 #
- Removed redundant parameters in LoadableListViewModel
3.2.0 #
- Upgraded dependencies
3.1.10 #
- Fixed lists for using slivers
3.1.9 #
- Fixed lists for using slivers
- Fixed analyzer warnings
3.1.8 #
- Fixed equals in paginated list
3.1.7 #
- Fixed scroll listeners
3.1.6 #
- Fixes for 3.1.5
3.1.5 #
- Added endListWidget to PaginatedListView, temporary removed equals operator from paginated_list
3.1.4 #
- Added
reverse
to loadable and paginated lists
3.1.3 #
- Added equals to paginated list
3.1.2 #
- Fixed an issue with wrap reduce method
3.1.1 #
- Fixed an issue with async_redux dependency version
3.1.0 #
- Added Flutter 3.0 support
3.0.3 #
- Updated README and bumped dependencies
3.0.2 #
- Added ability to set scrollDirection for PaginatedListView
3.0.1 #
- Added ability to change shrinkWrap for PaginatedListView
3.0.0 #
- Release 3.0.0
3.0.0-dev.9 #
- Fixed loading state for list refreshing
3.0.0-dev.8 #
- Added example
3.0.0-dev.7 #
- Renamed parameter in PaginatedList update function
3.0.0-dev.6 #
- Updated async_redux to version 12.0.0
- Added loadable widgets
3.0.0-dev.5 #
- Fixed an issue with types
3.0.0-dev.4 #
- Fixed an issue with types
3.0.0-dev.3 #
- Fixed an issue with types
3.0.0-dev.2 #
- Updated store list getter
3.0.0-dev.1 #
- Updated dependencies and added null-safety support
2.1.3 #
- Added README
2.1.2 #
- Fixed
SetOperation
action
2.1.1 #
- Fixed
SetOperation
action
2.1.0 #
- Updated dependencies versions
2.0.2 #
- Fix BuildContext extension for action dispatching
2.0.1 #
- Added BuildContext extension for action dispatching
2.0.0 #
- Switched to architecture components from Async Redux
- Implemented Operation State API
1.0.5 #
- Improved working with equality for request states.
1.0.4 #
- Fixed issue with equality for request states.
1.0.3 #
- Fixed issue with using requests states in
switch
.
1.0.2 #
- Increased package score.
1.0.1 #
- Fixed lint issues.
1.0.0 #
- Initial release of the core component.