Files
flame/doc/examples/parallax/pubspec.yaml
Lukas Klingsbo d09d2bd449 Add TextBoxConfig options and fix TextBoxComponent bugs (#534)
* Add TextBoxConfig options and fix TextBxoComponent bugs

* Add changelog entry

* Fix snackbar deprecation

* All examples to have publish to none

* One argument per line

* No explicit types for local variables

* Cache the width

* Fix formatting
2020-12-09 10:07:35 +00:00

28 lines
468 B
YAML

name: parallax
description: Flame sample game showcasing the parallax features
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: ">=2.7.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
flame:
path: ../../../
dev_dependencies:
flutter_test:
sdk: flutter
flutter:
assets:
- assets/images/bg.png
- assets/images/mountain-far.png
- assets/images/mountains.png
- assets/images/trees.png
- assets/images/foreground-trees.png