Pair game
A simple pair game created with Flutter.
Article on Medium here: https://medium.com/@frmineoapps/a-simple-pair-game-made-with-flutter-a-custom-library-and-the-tunnel-pattern-52e03584f1d1
- BLoC pattern
- Tunnel pattern (to share data between two blocs)
- Multiple selections
- Animations
- Widgets streaming (to switch the widget to show)
- Custom library to work with streams and Stateless widgets