Files
flame/examples/games/padracing/pubspec.yaml
github-actions[bot] 174425d32f chore(release): Publish packages (#3846)
Prepared all packages to be released to pub.dev

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-03-06 19:08:53 +01:00

26 lines
448 B
YAML

name: padracing
resolution: workspace
description: A sample game featuring Flame and Forge2D for DartPad
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: ">=3.11.0 <4.0.0"
dependencies:
collection: ^1.17.1
flame: ^1.36.0
flame_forge2d: ^0.19.2+5
flutter:
sdk: flutter
google_fonts: ^8.0.2
url_launcher: ^6.1.11
dev_dependencies:
flame_lint: ^1.4.3
flutter_test:
sdk: flutter
flutter:
uses-material-design: true