flutter_async_utils 1.1.0 copy "flutter_async_utils: ^1.1.0" to clipboard
flutter_async_utils: ^1.1.0 copied to clipboard

Utilities for dealing with stream subscriptions and asynchronous tasks in flutter widgets.

1.1.0 #

  • Refactor FutureTaskStateMixin into FutureTaskManager which can be used without a State (e.g. using flutter_hooks).

1.0.0+1 #

  • Make sure widget is mounted before showing error dialog. Fixes null exception.

1.0.0 #

  • "stable" nullsafety release.

1.0.0-nullsafety.2 #

  • Nullsafety migration.

[0.1.0] #

  • Make sure widget is still mounted before calling setState.

[0.0.1] #

  • Initial release.
1
likes
130
pub points
51%
popularity

Publisher

verified publishercodeux.design

Utilities for dealing with stream subscriptions and asynchronous tasks in flutter widgets.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, logging

More

Packages that depend on flutter_async_utils