stream_hydrated 0.0.1 copy "stream_hydrated: ^0.0.1" to clipboard
stream_hydrated: ^0.0.1 copied to clipboard

Persist Stream Data in SharedPreference. Simple and Easy Operator

stream_hydrated #

Persist Stream Data in SharedPreference. Simple and Easy Operator

Instalation #

in pubspec.yaml

dependencies:
    stream_hydrated

Using #

The hydrate operator is automatically added to the Dart Streams API through Extensions. To use just import the package and use it directly in the stream.

import 'package:stream_hydrated/stream_hydrated.dart';

...
Stream stream = Stream<int>.empty().hydrated('number', seeded: 1);
4
likes
30
pub points
0%
popularity

Publisher

verified publisherflutterando.com.br

Persist Stream Data in SharedPreference. Simple and Easy Operator

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, shared_preferences

More

Packages that depend on stream_hydrated