-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpubspec.yaml
More file actions
68 lines (62 loc) · 1.49 KB
/
pubspec.yaml
File metadata and controls
68 lines (62 loc) · 1.49 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
name: tech_world
description: "A world of tech adventures."
publish_to: "none"
version: 0.0.0+1
environment:
sdk: ^3.6.0
dependencies:
flutter:
sdk: flutter
livekit_client: ^2.5.1
flutter_webrtc: ^1.2.0 # Required for controls.dart
shared_preferences: ^2.2.3 # currently used by livekit code
flame: ^1.18.0
pathfinding: ^3.0.1
firebase_core: ^4.1.1
cloud_firestore: ^6.0.2
firebase_auth: ^6.1.0
sign_in_with_apple: ^7.0.1
crypto: ^3.0.6
google_sign_in: ^7.2.0
firebase_storage: ^13.0.5
image_picker: ^1.1.2
cloud_functions: ^6.0.2
collection: ^1.19.1
ffi: ^2.1.5
web: ^1.1.0 # For web video capture APIs
code_forge_web:
git:
url: https://github.com/nickmeinhold/code_forge_web.git
ref: 51f0e2b
re_highlight: ^0.0.3
tiled: ^0.11.1 # TMX/TSX parser only — no rendering
dev_dependencies:
flutter_test:
sdk: flutter
integration_test:
sdk: flutter
flame_test: ^1.15.0
flutter_lints: ^6.0.0
flutter_launcher_icons: ^0.14.4
fake_cloud_firestore: ^4.0.1
flutter_native_splash: ^2.4.7
mocktail: ^1.0.4
flutter_launcher_icons:
image_path: "assets/icon/app_icon.png"
android: true
ios: true
macos:
generate: true
image_path: "assets/icon/app_icon.png"
web:
generate: true
image_path: "assets/icon/app_icon.png"
background_color: "#000000"
theme_color: "#000000"
flutter:
uses-material-design: true
assets:
- assets/images/
- assets/images/tilesets/
shaders:
- shaders/video_bubble.frag