stream_live_data 0.0.9 stream_live_data: ^0.0.9 copied to clipboard
Flutter stream made easy
0.0.9 #
Active register - notify change with latest value to registered class.
0.0.8 #
Fix LiveData.map didn't hold latest value Added Livedata.From, to duplicate live data.
0.0.7 #
Live data with error state.
0.0.6 #
LiveData Transformation, Take two live data and combine into one.
0.0.5 #
LiveDataBuilder, build ui with builder which except LiveData.
0.0.4 #
Live data wraps flutter streams to make them easy to handle. just create LiveData for your preferable type and register for changes.