ecache 2.0.4 copy "ecache: ^2.0.4" to clipboard
ecache: ^2.0.4 copied to clipboard

Provide a dart cache library usable on web, flutter and server side

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add ecache
copied to clipboard

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

dependencies:
  ecache: ^2.0.4
copied to clipboard

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:ecache/ecache.dart';
copied to clipboard
0
likes
140
points
473
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.21 - 2025.04.05

Provide a dart cache library usable on web, flutter and server side

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on ecache