dart_dyncache 1.0.3 copy "dart_dyncache: ^1.0.3" to clipboard
dart_dyncache: ^1.0.3 copied to clipboard

an attempt a dynamic and flexible library for all caching needs

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dart_dyncache

With Flutter:

 $ flutter pub add dart_dyncache

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

dependencies:
  dart_dyncache: ^1.0.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:dart_dyncache/dart_dyncache.dart';
2
likes
150
points
15
downloads

Publisher

unverified uploader

Weekly Downloads

an attempt a dynamic and flexible library for all caching needs

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

More

Packages that depend on dart_dyncache