flutter_debouncing_controllers 0.1.2
flutter_debouncing_controllers: ^0.1.2 copied to clipboard
Debouncing variants of flutter controllers and notifiers. Nearly DROP-IN replacements!
0.1.2 #
untilNotifyfix
0.1.1 #
- Readme and pubspec description fix.
0.1.0 #
- All controllers and notifiers now have
lastChangeDateTimeanduntilNotifygetters. Package now has example.
0.0.4 #
- DebouncingSearchController and DebouncingTextController now have a
textgetter.
0.0.3 #
- Added DebouncingValueNotifier. DebouncingSearchController and DebouncingTextController are now extending ValueNotifier
0.0.2 #
- Added DebouncingChangeNotifier.
0.0.1 #
- Added DebouncingSearchController and DebouncingTextController.