re_reselect 1.0.0 copy "re_reselect: ^1.0.0" to clipboard
re_reselect: ^1.0.0 copied to clipboard

Re-reselect is a lightweight wrapper around Reselect meant to enhance selectors with deeper memoization and cache management.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add re_reselect

With Flutter:

 $ flutter pub add re_reselect

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

dependencies:
  re_reselect: ^1.0.0

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:re_reselect/cache/fifo_cache.dart';
import 'package:re_reselect/cache/flat_cache.dart';
import 'package:re_reselect/cache/lru_cache.dart';
import 'package:re_reselect/rereselect.dart';
2
likes
130
pub points
31%
popularity

Publisher

verified publisherwrike.com

Re-reselect is a lightweight wrapper around Reselect meant to enhance selectors with deeper memoization and cache management.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

MIT (LICENSE)

Dependencies

reselect

More

Packages that depend on re_reselect