-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
90 lines (78 loc) · 2.03 KB
/
Copy pathpubspec.yaml
File metadata and controls
90 lines (78 loc) · 2.03 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
name: aurora_recovery
description: "Aurora Recovery Flutter project."
publish_to: "none" # Remove this line if you wish to publish to pub.dev
version: 0.0.1+1
environment:
sdk: ^3.6.0
dependencies:
flutter:
sdk: flutter
chewie: 1.12.1
cupertino_icons: ^1.0.8
xterm: ^4.0.0
flutter_pty: ^0.4.2
ffi: ^2.2.0
flutter_shaders: ^0.1.3
json_annotation: ^4.9.0
get: ^4.7.3
responsive_framework: ^1.5.1
signale: ^0.0.12
video_player: 2.10.1
video_player_platform_interface: 6.6.0
shader_graph_example:
git:
url: https://github.com/nightmare-space/shader_graph
path: example
flutter_svg: ^2.3.0
file_manager:
path: /Users/Laurie/Desktop/nightmare-space/file_manager_private
global_repository: any
dev_dependencies:
flutter_test:
sdk: flutter
ffigen: ^11.0.0
flutter_lints: ^5.0.0
build_runner: ^2.4.14
json_serializable: ^6.9.4
flutter:
generate: true
uses-material-design: true
# AURP do not need custom fonts
# fonts:
# - family: Roboto
# fonts:
# - asset: assets/fonts/Roboto-Medium.ttf
# - family: DroidSansMono
# fonts:
# - asset: assets/fonts/DroidSansMono.ttf
assets:
- assets/twrp_keyboard_layouts.json
- assets/
- assets/icons/
- assets/executable/
ffigen:
name: AuroraFfiBindings
output: lib/generated/aurora_ffi_bindings.dart
headers:
entry-points:
- native/twrp_ffi/include/tw_settings_ffi.h
- native/twrp_ffi/include/tw_power_ffi.h
- native/twrp_ffi/include/tw_display_ffi.h
- native/twrp_ffi/include/tw_install_ffi.h
- native/video_ffi/twrp_video_player.h
compiler-opts:
- "-Inative"
dependency_overrides:
# retrofit: any
# 4.5.0 support Flutter 3.29/Dart 3.7
retrofit: 4.5.0
intl: any
xterm: ^4.0.0
signale:
git: /Users/Laurie/Desktop/nightmare-space/signale
# flutter_svg: 2.3.0
# 2.2.1 suport Flutter 3.29/Dart 3.7
flutter_svg: 2.2.1
global_repository:
path: /Users/Laurie/Desktop/nightmare-space/global_repository
permission_handler: 12.0.1