disposable_resource_management 4.1.0
disposable_resource_management: ^4.1.0 copied to clipboard
Provides base types and utilities for managing the loading and disposal of resources.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add disposable_resource_managementWith Flutter:
$ flutter pub add disposable_resource_managementThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
disposable_resource_management: ^4.1.0Alternatively, your editor might support dart pub get or 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_resource_management/disposable_resource_management.dart';