Alvaro Almeida Freire Stivi
|
d00f503ee8
|
Updates dependencies to flutter 3.22, fixes code to run with new dependencies version
Disables firebase integration for now, leaderboard functionality will be
restored in another commit.
|
2 years ago |
Allison Ryan
|
37f35dc60f
|
feat: google bonus ball and multiball sync (#425)
|
4 years ago |
Erick
|
9fdb935537
|
fix: flkay tests (#362)
|
4 years ago |
Alejandro Santiago
|
b3136e5857
|
chore: migrating to `flame_bloc` 1.4.0 (#357)
* refactor: migrating to flame_bloc
* test: passed all tests
* test: updeted ControlledFlipperTest
* test: tested FlameProvider
* test: awaited loading
* test: waited loading ScoreBehavior
* refactor: removed unused files
* refactor: removed FlameBlocTester
* refactor: moved helper
* test: fixed typo name
* refactor: renamed file name to bumper_noise_behavior_test.dart
* refactor: renamed to TestDebugPinballGame
* refactor: removed uncessary KeybordHandler mixin
* refactor: removed unecessary imports
* test: removed testGameWidgets
|
4 years ago |
Alejandro Santiago
|
2ad0196e44
|
refactor: include `GameStatus` on `GameBloc` (#345)
|
4 years ago |
Rui Miguel Alonso
|
d729a9ac69
|
refactor: split `GameState` score into `totalScore`, `roundScore` and `displayScore` (#331)
* refactor: GameState adding totalScore, roundScore and displayScore
* chore: trailing commas
* chore: doc
Co-authored-by: Tom Arra <tarra3@gmail.com>
|
4 years ago |
Alejandro Santiago
|
36f7886f63
|
refactor: removed `mocks.dart` (#307)
* refactor: removed mocks.dart
* refactor(pinball_audio): removed callable classes
|
4 years ago |
Rui Miguel Alonso
|
3a593c2e6e
|
feat: multiball asset (#235)
* feat: multiball assets
* feat: added multiball to components
* feat: added controller for multiball
* feat: positioned multiball and changed animation
* feat: added sandbox for multiball
* chore: unused import
* refactor: add rotation to multiball constructor
* test: coverage for multiball
* chore: todos for refactor multiball childrens
* test: removed unused mock
* chore: removed unused imports
* test: removed golden tests
* refactor: changed assets and refactored multiball
* refactor: changed assets and refactored multiball
* test: tests for multiball
* refactor: multiballs group refactored
* chore: names and doc
* refactor: removed duplicated images for multiball
* refactor: changed multiball cubit and state
* refactor: changed multiball and group
* chore: positions of lights
* refactor: changing blink behavior
* test: blink behavior
* refactor: blinking multiball lights
* test: tests for blink behavior
* chore: analysis errors
* test: coverage for blinking
* test: coverage
* test: trying to fix tests
* fix: fixed bloc error on behavior with tests
* refactor: multiball blink
* refactor: blinking behavior to TimerComponent and test coverage
* refactor: modified blinking behavior
* chore: error on merge tests
* test: coverage multiballs
* refactor: cleaned blink behavior
* chore: unused import
* Update packages/pinball_components/test/src/components/multiball/behaviors/multiball_blinking_behavior_test.dart
Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com>
* Update packages/pinball_components/test/src/components/multiball/behaviors/multiball_blinking_behavior_test.dart
Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com>
* Update test/game/components/multiballs/behaviors/multiballs_behavior_test.dart
Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com>
* Update packages/pinball_components/test/src/components/multiball/multiball_test.dart
Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com>
* refactor: changed multiball states enum values
* test: multiball descendant test at pinball
Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com>
|
4 years ago |