dispose 0.0.9+1 copy "dispose: ^0.0.9+1" to clipboard
dispose: ^0.0.9+1 copied to clipboard

A handler to correctly dispose listeners, timers, controllers etc.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dispose

With Flutter:

 $ flutter pub add dispose

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

dependencies:
  dispose: ^0.0.9+1

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

Import it

Now in your Dart code, you can use:

import 'package:dispose/dispose.dart';
1
likes
120
pub points
52%
popularity

Publisher

unverified uploader

A handler to correctly dispose listeners, timers, controllers etc.

Repository (GitHub)
View/report issues

Documentation

API reference

License

GPL-3.0 (LICENSE)

Dependencies

change_notifier, meta, ngdart, tuple

More

Packages that depend on dispose