mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-02 20:13:50 +08:00
21 lines
336 B
YAML
21 lines
336 B
YAML
name: with_widgets_overlay
|
|
description: A Flame game showcasing how to use the WithWidgetsOverlay feature
|
|
|
|
version: 1.0.0+1
|
|
|
|
environment:
|
|
sdk: ">=2.0.0-dev.68.0 <3.0.0"
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
flame:
|
|
path: ../../../
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
|
|
flutter:
|
|
uses-material-design: true
|