mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-04 04:47:13 +08:00
Merge branch 'develop'
This commit is contained in:
@ -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
|
||||||
|
|||||||
@ -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!
|
||||||
|
|||||||
@ -138,6 +138,7 @@ class ParallaxLayer {
|
|||||||
if (_screenSize != null) {
|
if (_screenSize != null) {
|
||||||
resize(_screenSize);
|
resize(_screenSize);
|
||||||
}
|
}
|
||||||
|
return _image;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user