typing_after_action 0.0.6 copy "typing_after_action: ^0.0.6" to clipboard
typing_after_action: ^0.0.6 copied to clipboard

A lightweight debounce helper for Flutter TextFields — run an action after the user stops typing for a configurable delay.

0.0.6 #

  • Added example/ app (debounced search field) so pub.dev shows usage under the Example tab.

0.0.5 #

  • Updated for Flutter 3.41 / Dart 3.11: added missing void return type on run() (fixes new strict_top_level_inference lint).
  • Bumped flutter_lints to ^6.0.0 and reformatted source with dart format.
  • Removed accidentally committed platform scaffolding (android/, ios/, linux/, macos/, windows/) — this is a pure Dart/Flutter library, not an app or plugin.
  • Added repository and issue_tracker to pubspec.yaml.

0.0.2 #

  • TODO: Describe initial release.

  • TypingAfterAction typingAfterAction = TypingAfterAction();

  • put on Onchange Function like this ->

    onChanged: (val) { typingAfterAction.run(() { // Write Your logic here }); }

9
likes
150
points
104
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A lightweight debounce helper for Flutter TextFields — run an action after the user stops typing for a configurable delay.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on typing_after_action