Flutter BLoC, RxDart combineLatestStream BehaviorSubject pubspec.yaml dependencies: flutter: sdk: flutter # The following adds the Cupertino Icons font to your application. # Use with the CupertinoIcons class for iOS style icons. cupertino_icons: ^0.1.3 rxdart: ^0.24.1 #rxdar: ^0.16.7 main.dart import 'package:flutter/material.dart'; import 'src/app.dart'; void main() => runApp(A..