Skip to content

Persist Stream Data in SharedPreference. Simple and Easy Operator

License

Notifications You must be signed in to change notification settings

jacobaraujo7/stream_hydrated

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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);

About

Persist Stream Data in SharedPreference. Simple and Easy Operator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published