Initial flame_lua_runtime package

This commit is contained in:
gem
2026-06-07 22:53:58 +08:00
commit 733b2fb798
262 changed files with 28439 additions and 0 deletions

34
example/pubspec.yaml Normal file
View File

@@ -0,0 +1,34 @@
name: flame_lua_runtime_example
description: Showcase app for the Flame Lua Runtime package.
publish_to: "none"
version: 1.0.0+1
environment:
sdk: ^3.9.2
dependencies:
flutter:
sdk: flutter
flame_spine: ^0.3.0+3
flame_lua_runtime:
path: ..
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0
flutter:
assets:
- assets/games/ludo/manifest.json
- assets/games/ludo/scripts/
- assets/games/ludo/assets/
- assets/games/flight/manifest.json
- assets/games/flight/scripts/
- assets/games/showcase/manifest.json
- assets/games/showcase/scripts/
- assets/games/showcase/assets/
- assets/games/template/manifest.json
- assets/games/template/scripts/
uses-material-design: true