disposable_utils 1.2.0 copy "disposable_utils: ^1.2.0" to clipboard
disposable_utils: ^1.2.0 copied to clipboard

outdated

Provides a mechanism for releasing resources and utils for Dart and Flutter

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add disposable_utils

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

dependencies:
  disposable_utils: ^1.2.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:disposable_utils/disposable.dart';
0
likes
40
pub points
0%
popularity

Publisher

unverified uploader

Provides a mechanism for releasing resources and utils for Dart and Flutter

Repository (GitHub)
View/report issues

License

BSD-2-Clause (LICENSE)

Dependencies

flutter, mockito

More

Packages that depend on disposable_utils