You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Alejandro Santiago
18e1f950ad
feat: implement GameBloc (#3)
* chore: generated bloc using VS extension
* chore: included equatable dependency
* feat: implemented BallLost and Scored events
* refactor: renamed ballsLeft to balls
* chore: exported bloc in barrel file
* feat: tested and improved GameState
* feat: tested and improved GameState
* feat: tested and improved GameEvent
* feat: tested GameBloc
* refactor: modified redundant test message
* refactor: included initial factory constructor
* refactor: corrected class doc comment
* feat: made GameEvent support value equality
* refactor: adapted equality test to pick coverage
* refactor: moved linter ignore comment
* refactor: removed const from equality comparison
* refactor: changed factory constructor for named constructor
* refactor: added trailing commas
|
3 years ago |
.. |
game_bloc.dart
|
feat: implement GameBloc (#3)
|
3 years ago |
game_event.dart
|
feat: implement GameBloc (#3)
|
3 years ago |
game_state.dart
|
feat: implement GameBloc (#3)
|
3 years ago |