flutter_debouncing_controllers 0.0.4
flutter_debouncing_controllers: ^0.0.4 copied to clipboard
Debouncing variants of flutter controllers.
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.