Merge branch 'develop'

This commit is contained in:
Luan Nico
2019-08-03 17:56:17 -03:00
4 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,9 @@
## [next]
## 0.15.1
- Bumped version of svg dependency
- Fixed warnings
## 0.15.0 ## 0.15.0
- Refactoring ParallaxComponent (thanks @spydon) - Refactoring ParallaxComponent (thanks @spydon)
- Fixing flare animation with embed images - Fixing flare animation with embed images

View File

@ -62,7 +62,7 @@ Just drop it in your `pubspec.yaml`:
```yaml ```yaml
dependencies: dependencies:
flame: ^0.15.0 flame: ^0.15.1
``` ```
And start using it! And start using it!

View File

@ -138,6 +138,7 @@ class ParallaxLayer {
if (_screenSize != null) { if (_screenSize != null) {
resize(_screenSize); resize(_screenSize);
} }
return _image;
}); });
} }
} }

View File

@ -1,6 +1,6 @@
name: flame name: flame
description: A minimalist Flutter game engine, provides a nice set of somewhat independent modules you can choose from. description: A minimalist Flutter game engine, provides a nice set of somewhat independent modules you can choose from.
version: 0.15.0 version: 0.15.1
author: Luan Nico <luannico27@gmail.com> author: Luan Nico <luannico27@gmail.com>
homepage: https://github.com/flame-engine/flame homepage: https://github.com/flame-engine/flame
@ -17,7 +17,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.13.1 flutter_svg: ^0.14.0
flare_flutter: ^1.5.4 flare_flutter: ^1.5.4
dev_dependencies: dev_dependencies: