df_will_dispose 0.5.0 copy "df_will_dispose: ^0.5.0" to clipboard
df_will_dispose: ^0.5.0 copied to clipboard

discontinuedreplaced by: df_cleanup

A lightweight solution for managing the cancellation and disposal of resources in Flutter.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add df_will_dispose

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  df_will_dispose: ^0.5.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:df_will_dispose/df_will_dispose.dart';
3
likes
0
pub points
48%
popularity

Publisher

verified publisherdevcetra.com

A lightweight solution for managing the cancellation and disposal of resources in Flutter.

Repository (GitHub)
View/report issues

Topics

#cancel #hooks #state #state-management #widget

Funding

Consider supporting this project:

www.buymeacoffee.com

License

unknown (license)

Dependencies

flutter

More

Packages that depend on df_will_dispose