disposer 0.0.6 copy "disposer: ^0.0.6" to clipboard
disposer: ^0.0.6 copied to clipboard

outdated

It's a simple interface to manage all instances that needs to been disposed. Pagacke can generate feature module with `Disposable`

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate disposer

Use it

The package has the following executables:

$ disposer

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add disposer

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

dependencies:
  disposer: ^0.0.6

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:disposer/disposer.dart';
4
likes
0
pub points
76%
popularity

Publisher

unverified uploader

It's a simple interface to manage all instances that needs to been disposed. Pagacke can generate feature module with `Disposable`

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

args, flutter

More

Packages that depend on disposer