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

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.8

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
140
pub points
73%
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

Documentation

API reference

License

MIT (LICENSE)

Dependencies

args, flutter

More

Packages that depend on disposer