streaming_state 1.0.0-alpha.5 copy "streaming_state: ^1.0.0-alpha.5" to clipboard
streaming_state: ^1.0.0-alpha.5 copied to clipboard

A new Flutter package project.

A simple, yet powerful global state library for flutter projects.

Uses MapStreams from [package:map_stream] to hold state, which automatically pushes updates as streams

StreamingState extends StatefulWidget's State class, allowing a MapStream to attach. Whenever an update from the stream arrives the Widget rerenders.

MapStreamBuilder, similar to StreamBuilder, is a Widget that builds itself based on the current MapStream state.

See documentation for more information.

0
likes
100
pub points
0%
popularity

Publisher

unverified uploader

A new Flutter package project.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, map_stream

More

Packages that depend on streaming_state