mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-04 04:47:13 +08:00
Merge pull request #351 from flame-engine/luan.fix-for-flame-web
Upgrade Flutter SVG to fix for flame web
This commit is contained in:
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
## [next]
|
## [next]
|
||||||
- Fixing BaseGame tap detectors issues
|
- Fixing BaseGame tap detectors issues
|
||||||
|
- Upgrade Flutter SVG to fix for flame web
|
||||||
|
|
||||||
## 0.21.0
|
## 0.21.0
|
||||||
- Adding AssetsCache.readBinaryFile
|
- Adding AssetsCache.readBinaryFile
|
||||||
|
|||||||
@ -13,7 +13,7 @@ dependencies:
|
|||||||
synchronized: ^2.1.0
|
synchronized: ^2.1.0
|
||||||
tiled: ^0.2.1
|
tiled: ^0.2.1
|
||||||
convert: ^2.0.1
|
convert: ^2.0.1
|
||||||
flutter_svg: ^0.17.1
|
flutter_svg: ^0.17.4
|
||||||
flare_flutter: ^2.0.1
|
flare_flutter: ^2.0.1
|
||||||
meta: ^1.1.8
|
meta: ^1.1.8
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user