Rxdart

Simple mobile app for storing personal quotes

Flutter app for storing quotes

admin

My Quotes - Flutter app for storing quotes. Simple mobile app for storing personal quotes.Some ideas and libraries used:Provider + Get_it + Bloc + RxDart

Using Streams in Flutter

Using Streams in Flutter

admin

Streams are similar to observables in Rx, LiveData in Android. Stream as the name suggest is a sequence of asynchronous events. Firstly, create a flutter project (say flutter_streams).