RxDart by example: querying the GitHub Search API with switchMap & debounceMay 11, 2020#flutter#dart#rxdart#searchBest practices for implementing search with RxDart in Flutter, using the GitHub Search REST API as an example.
RxDart by example: combineLatest and data modeling with FirestoreMay 4, 2020#flutter#dart#rxdart#firestore#firebaseIn-depth tutorial explaning combineLatest and data modeling with movie favourite example Flutter app.