mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-02 20:13:50 +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
20 lines
253 B
YAML
20 lines
253 B
YAML
name: position_component
|
|
description: A new Flutter project.
|
|
|
|
publish_to: 'none'
|
|
|
|
version: 0.1.0
|
|
|
|
environment:
|
|
sdk: ">=2.7.0 <3.0.0"
|
|
|
|
dependencies:
|
|
flame:
|
|
path: ../
|
|
flutter:
|
|
sdk: flutter
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|