mirror of
https://github.com/flame-engine/flame.git
synced 2025-10-28 23:46:52 +08:00
bump version
This commit is contained in:
@ -1,3 +1,9 @@
|
||||
## [0.11.0]
|
||||
- Implementing low latency api from audioplayers (breaking change)
|
||||
- Improved examples by adding some instructions on how to run
|
||||
- Add notice on readme about the channel
|
||||
- Upgrade path_provider to fix conflicts
|
||||
|
||||
## [0.10.4]
|
||||
- Fix breaking change on svg plugin
|
||||
|
||||
|
||||
@ -41,11 +41,13 @@ Just drop it in your `pubspec.yaml`:
|
||||
|
||||
```yaml
|
||||
dependencies:
|
||||
flame: ^0.10.4
|
||||
flame: ^0.11.0
|
||||
```
|
||||
|
||||
And start using it!
|
||||
|
||||
Be sure to be using at least Flutter beta channel (1.4.9-hotfix.1). There was a breaking change on Flutter that we fixed but it's not on the stable channel yet. We intend to switch to stable once this change is released. For more information about flutter channels, please check [this link](https://github.com/flutter/flutter/wiki/Flutter-build-release-channels).
|
||||
|
||||
## Documentation
|
||||
|
||||
The complete documentation can be found [here](doc/README.md).
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
name: flame
|
||||
description: A minimalist Flutter game engine, provides a nice set of somewhat independent modules you can choose from.
|
||||
version: 0.10.4
|
||||
version: 0.11.0
|
||||
author: Luan Nico <luannico27@gmail.com>
|
||||
homepage: https://github.com/luanpotter/flame
|
||||
|
||||
|
||||
Reference in New Issue
Block a user