flutter_debouncing_controllers 0.1.0
flutter_debouncing_controllers: ^0.1.0 copied to clipboard
Debouncing controllers and notifiers
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.