free_disposer 1.1.3 copy "free_disposer: ^1.1.3" to clipboard
free_disposer: ^1.1.3 copied to clipboard

A Dart resource management library using Finalizer to automatically dispose resources when objects are garbage collected.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add free_disposer

With Flutter:

 $ flutter pub add free_disposer

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

dependencies:
  free_disposer: ^1.1.3

Alternatively, 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:free_disposer/free_disposer.dart';
3
likes
160
points
19
downloads

Publisher

verified publishervowdemon.com

Weekly Downloads

A Dart resource management library using Finalizer to automatically dispose resources when objects are garbage collected.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

shared_interfaces

More

Packages that depend on free_disposer