mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-02 03:15:43 +08:00
* 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
26 lines
453 B
YAML
26 lines
453 B
YAML
name: widgets
|
|
description: A Flutter project showcasing Flame's widgets.
|
|
|
|
publish_to: 'none'
|
|
|
|
version: 1.0.0+1
|
|
|
|
environment:
|
|
sdk: ">=2.7.0 <3.0.0"
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
flame:
|
|
path: ../../../
|
|
dashbook: ^0.0.6
|
|
|
|
cupertino_icons: ^0.1.2
|
|
flutter:
|
|
uses-material-design: true
|
|
assets:
|
|
- assets/images/nine_tile_box.png
|
|
- assets/images/buttons.png
|
|
- assets/images/shield.png
|
|
- assets/images/bomb_ptero.png
|