Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/frideosapps/pair_game
- Owner: frideosapps
- License: mit
- Created: 2019-01-08T18:03:20.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-29T11:21:01.000Z (almost 6 years ago)
- Last Synced: 2023-03-11T19:13:25.323Z (over 1 year ago)
- Topics: bloc, blocs, flutter, flutter-apps, flutter-examples, flutter-games, material-design, mobile-app, pair-game, pairs-game, reactive-programming, stream, streams, tunnel-pattern, widget
- Language: Dart
- Homepage: https://medium.com/@frmineoapps/a-simple-pair-game-made-with-flutter-a-custom-library-and-the-tunnel-pattern-52e03584f1d1
- Size: 1.43 MB
- Stars: 28
- Watchers: 2
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)