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

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.3.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_utils.dart';
0
likes
130
pub points
0%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-2-Clause (LICENSE)

Dependencies

flutter, meta

More

Packages that depend on disposable_utils