mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-01 10:38:17 +08:00
0.6.1
This commit is contained in:
@ -1,3 +1,9 @@
|
||||
## [0.6.1]
|
||||
- Bump required dart version
|
||||
|
||||
## [0.6.0]
|
||||
- Adding audio suport for iOS (bumping audioplayers version)
|
||||
|
||||
## [0.5.0]
|
||||
- Adding a text method to Util to more easily render a Paragraph
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
name: flame
|
||||
description: A minimalist Flutter game engine
|
||||
version: 0.6.0
|
||||
version: 0.6.1
|
||||
author: Luan Nico <luannico27@gmail.com>
|
||||
homepage: https://github.com/luanpotter/flame
|
||||
|
||||
@ -13,4 +13,4 @@ dependencies:
|
||||
path_provider: ^0.2.1+1
|
||||
|
||||
environment:
|
||||
sdk: ">=1.8.0 <2.0.0"
|
||||
sdk: ">=1.13.0 <2.0.0"
|
||||
|
||||
Reference in New Issue
Block a user