resource_reaper 1.0.5 copy "resource_reaper: ^1.0.5" to clipboard
resource_reaper: ^1.0.5 copied to clipboard

A lightweight resource manager for Dart and Flutter applications that handles the lifecycle and disposal of resources. Helps prevent memory leaks when caching data.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add resource_reaper

With Flutter:

 $ flutter pub add resource_reaper

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

dependencies:
  resource_reaper: ^1.0.5

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:resource_reaper/resource_reaper.dart';
3
likes
160
points
45
downloads

Publisher

verified publisherdevxpress.ca

Weekly Downloads

A lightweight resource manager for Dart and Flutter applications that handles the lifecycle and disposal of resources. Helps prevent memory leaks when caching data.

Repository (GitHub)
View/report issues

Topics

#cache #state-management #riverpod #keep-alive #disposal

Documentation

API reference

License

MIT (license)

Dependencies

clock

More

Packages that depend on resource_reaper