flutter_lean_extensions 1.2.1
flutter_lean_extensions: ^1.2.1 copied to clipboard
A collection of extensions and widgets that make life easier with minimal dependencies
1.2.1 #
- Fix timeout not updating loading state of AsyncNotifier
1.2.0 #
- Added
CloseableResourcesmixin onChangeNotifier - Includes methods for registering
Stream,StreamSubscription, andSinkobjects - Auto-closes all of them when
disposeis called
1.1.1 #
- Added
onCreateonAsyncNotifier - Fix
updateAsyncmethod signature onAsyncNotifier
1.1.0 #
- Added
AsyncNotifier
1.0.0 #
- Initial release.