cached_streamable 1.1.1 copy "cached_streamable: ^1.1.1" to clipboard
cached_streamable: ^1.1.1 copied to clipboard

Simple interface for creating a streamable data source that caches it latest value.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add cached_streamable

With Flutter:

 $ flutter pub add cached_streamable

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

dependencies:
  cached_streamable: ^1.1.1

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:cached_streamable/cached_streamable.dart';
1
likes
160
points
502
downloads

Publisher

unverified uploader

Weekly Downloads

Simple interface for creating a streamable data source that caches it latest value.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

meta

More

Packages that depend on cached_streamable