disposer 0.0.4 copy "disposer: ^0.0.4" to clipboard
disposer: ^0.0.4 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.4

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
points
176
downloads

Publisher

unverified uploader

Weekly Downloads

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