Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/frideosapps/pair_game

A simple pair game made with Flutter, a custom library, BLoC and tunnel pattern.
https://github.com/frideosapps/pair_game

bloc blocs flutter flutter-apps flutter-examples flutter-games material-design mobile-app pair-game pairs-game reactive-programming stream streams tunnel-pattern widget

Last synced: 3 days ago
JSON representation

A simple pair game made with Flutter, a custom library, BLoC and tunnel pattern.

Awesome Lists containing this project

README

        

# 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

### Packages used:

- [Frideos-flutter](https://pub.dartlang.org/packages/frideos)

## Screenshots
![Screenshot](screenshots/1.gif?s=150)
![Screenshot](screenshots/2.png?s=150)
![Screenshot](screenshots/3.png?s=150)