flutter_debouncer 1.3.0
flutter_debouncer: ^1.3.0 copied to clipboard
A Flutter plugin for debouncing can be used to simplify the implementation of debouncing logic in Flutter applications, making it easier to handle user interactions effectively.
[1.3.0] #
- Change isLeadingEdge parameter into using BehaviorType enabling more flexibility on leading edge, trailing edge or both
[1.2.1] - [24 Jul 2023] #
- Add leading edge to documentation
[1.2.0] - [20 Jul 2023] #
- Add leading edge feature
[1.1.1] - [20 Jul 2023] #
- Update ReadMe to add Throttle Example
[1.1.0] - [20 Jul 2023] #
- Add Throttle
[1.0.2] - [19 Jul 2023] #
- Add Documentation
[1.0.1] - [19 Jul 2023] #
- Fix homepage not accessible
[1.0.0] - [19 Jul 2023] #
- Add Debouncer class