flutter_safe_async 1.0.1 copy "flutter_safe_async: ^1.0.1" to clipboard
flutter_safe_async: ^1.0.1 copied to clipboard

Prevents setState called after dispose by safely managing async tasks in Flutter widgets.

Changelog #

All notable changes to this package are documented in this file.


1.0.1 - 2026-01-09 #

Added #

  • Initial public release of flutter_safe_async
  • SafeState base class to prevent setState() called after dispose()
  • SafeAsync utilities for lifecycle-safe async execution
  • Automatic cleanup of timers and stream subscriptions
  • Example application and documentation
1
likes
150
points
124
downloads

Publisher

unverified uploader

Weekly Downloads

Prevents setState called after dispose by safely managing async tasks in Flutter widgets.

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_safe_async