-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
101 lines (92 loc) · 2.28 KB
/
pubspec.yaml
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
91
92
93
94
95
96
97
98
99
100
101
name: pocketjenna
description: A pocket-sized AI-powered assistant
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 0.3.3
environment:
sdk: ">=3.0.0 <4.0.0"
flutter: ">=3.10.0"
dependencies:
flutter:
sdk: flutter
dart_openai: ^3.0.0
hive: ^2.2.3
hive_flutter: ^1.1.0
go_router: ^12.1.1
bubble: ^1.2.1
equatable: ^2.0.5
uuid: ^3.0.7
provider: ^6.0.5
flutter_markdown:
git:
url: https://github.com/SaadArdati/packages.git
path: packages/flutter_markdown
flutter_highlighter: ^0.1.1
google_fonts: ^4.0.3
markdown: ^7.0.2
highlighter: ^0.1.1
url_launcher: ^6.1.10
system_tray: ^2.0.3
window_manager: ^0.3.4
screen_retriever: ^0.1.6
json_annotation: ^4.8.0
package_info_plus: ^3.1.0
pub_semver: ^2.1.3
http: ^0.13.5
url_strategy: ^0.2.0
launch_at_startup: ^0.2.2
collection: ^1.17.0
universal_io: ^2.2.0
encrypted_shared_preferences: ^3.0.1
bitsdojo_window: ^0.1.5
adaptive_theme: ^3.2.0
msix: ^3.9.2
firedart: ^0.9.1+1
firebase_auth: ^4.4.0
firebase_core: ^2.9.0
cloud_firestore: ^4.5.0
flutter_svg: ^2.0.5
vector_graphics: ^1.1.5
flex_color_scheme: ^7.0.1
path_provider: ^2.0.14
flutter_animate: ^4.1.1+1
infinite_scroll_pagination: ^4.0.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.1
build_runner: ^2.3.3
extra_pedantic: ^4.0.0
json_serializable: ^6.6.1
dart_code_metrics: ^5.7.2
dart_code_metrics_presets: ^1.6.0
flutter_launcher_icons: ^0.13.0
# flutter_native_splash: ^2.2.19
flutter_native_splash:
color: "#FBFCFE"
color_dark: "#191C1E"
image: "assets/logo_bg_light_256x.png"
image_dark: "assets/logo_bg_dark_256x.png"
fullscreen: true
flutter_icons:
image_path_android: "assets/app_icons/android_app_icon.png"
android: true
image_path_ios: "assets/app_icons/ios_app_icon.png"
ios: true
web:
generate: true
image_path: "assets/app_icons/web_app_icon.png"
background_color: "#6c4ab0"
theme_color: "#FFFFFF"
windows:
generate: true
image_path: "assets/app_icons/windows_app_icon.png"
macos:
generate: true
image_path: "assets/app_icons/macos_app_icon.png"
flutter:
uses-material-design: true
assets:
- assets/
- assets/prompts/
- assets/instructions/
scripts: scripts.yaml