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

outdated

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

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. 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
40
points
75
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)
View/report issues

License

GPL-3.0 (license)

Dependencies

change_notifier, meta, ngdart, tuple

More

Packages that depend on dispose