bloc_infinite_list 0.1.0
bloc_infinite_list: ^0.1.0 copied to clipboard
Serves pre-made infinite list cubit and bloc to reduce boilerplate and provide concrete immutable bloc implementation.
0.1.0 #
- test: Update tests using fake_async
- feat: Mark mutable method as internal
0.0.6 #
- chore: disable sort_constructors_first from analysis
- feat: Add ability to notify complete event in the bloc
- test: Add tests for notifying bloc
0.0.5 #
- fix: RemoveAt returns abnormal list
0.0.4 #
- feat: Enable serialize/deserialize to pageable and slice.
0.0.3 #
- fix: Export all functionalities.
0.0.2 #
- chore(deps): downgrade the collection version from 1.17.1 to 1.16.0 by version compatibility with flutter.
0.0.1 #
- Initial release