-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
36 lines (30 loc) · 776 Bytes
/
pubspec.yaml
File metadata and controls
36 lines (30 loc) · 776 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
name: green
description: My tests
version: 0.1.0
publish_to: 'none' # Remove this line when ready to publish
environment:
sdk: '>=3.4.3 <4.0.0'
flutter: '>=3.3.0'
dependencies:
flutter:
sdk: flutter
# Core gameframework dependency
gameframework:
path: ../../xraph/gameframework/packages/gameframework
# # Engine-specific dependency
gameframework_unity:
path: ../../xraph/gameframework/engines/unity/dart
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.0
# Minimal plugin registration (uses gameframework's implementations)
flutter:
plugin:
platforms:
android:
package: com.green.green
pluginClass: GreenPlugin
ios:
package: com.green.green
pluginClass: GreenPlugin