Merge pull request #274 from flame-engine/luan.bump-ap

Bump AP version to fix web on release
This commit is contained in:
Erick (CptBlackPixel)
2020-04-14 09:08:13 -03:00
committed by GitHub
3 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,7 @@
# CHANGELOG
## [next]
- Bump AudioPlayers version to allow for web support
- Adding Game#pauseEngine and Game#resumeEngine methods
- Removing FlameBinding since it isn't used and clashes with newest flutter

View File

@@ -23,7 +23,7 @@ Check out the [awesome flame repository](https://github.com/flame-engine/awesome
```yaml
dependencies:
flame: ^0.19.0
flame: ^0.19.1
```
And start using it!

View File

@@ -1,12 +1,12 @@
name: flame
description: A minimalist Flutter game engine, provides a nice set of somewhat independent modules you can choose from.
version: 0.19.0
version: 0.19.1
homepage: https://github.com/flame-engine/flame
dependencies:
flutter:
sdk: flutter
audioplayers: ^0.15.0
audioplayers: ^0.15.1
ordered_set: ^2.0.0
path_provider: ^1.6.0
box2d_flame: ^0.4.5