pop_pop 1.0.0
pop_pop: ^1.0.0 copied to clipboard
Flexible and extendable components to build a bubble pop game in Flutter.
pop_pop
#
A package to provide flexible and extendable interfaces to provide game logic, audio, game timers/countdowns and themeing to build a bubble popping game in Flutter.
Getting Started #
- Add to your
pubspec.yaml
:
dependencies:
pop_pop: <version>
This package is implemented in pop_pop_components, which provides some default game widgets and implementations out of the box, while still leaving flexibility to implement with your own state management solution.