disposing 1.0.0+2 copy "disposing: ^1.0.0+2" to clipboard
disposing: ^1.0.0+2 copied to clipboard

outdated

Disposing is a flutter package adds dispose method on many classes.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add disposing

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

dependencies:
  disposing: ^1.0.0+2

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:disposing/disposing.dart';
1
likes
0
pub points
67%
popularity

Publisher

verified publisherkscafe.work

Disposing is a flutter package adds dispose method on many classes.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

quiver

More

Packages that depend on disposing