dispose 0.1.0 copy "dispose: ^0.1.0" to clipboard
dispose: ^0.1.0 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 Flutter:

 $ flutter pub add dispose

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

dependencies:
  dispose: ^0.1.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:dispose/dispose.dart';
1
likes
140
points
65
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)

Documentation

API reference

License

GPL-3.0 (license)

Dependencies

flutter, meta, tuple

More

Packages that depend on dispose