-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
pubspec.yaml
124 lines (104 loc) · 2.77 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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
name: aibridge
description: Open Source AI API Platform
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.3+10
environment:
sdk: '>=3.1.0 <4.0.0'
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
cupertino_icons: ^1.0.2
# Provider Pattern
provider: ^6.0.5
# Dependency Injection
get_it: ^7.7.0
# Local DB
path: ^1.8.3
sqflite: ^2.2.6
uuid: ^3.0.7
flutter_secure_storage: ^8.0.0
flutter_dotenv: ^5.1.0
shared_preferences: 2.0.18
url_launcher: ^6.1.10 # add some lines in Manifest. see info : https://pub.dev/packages/url_launcher#android
# Network
dio: ^5.4.0
http: ^1.1.0
# ChatGPT
tiktoken: ^1.0.3
dart_openai: ^4.0.0
# Image
path_provider: ^2.0.14 # used for temp directory
image_picker: 0.8.7
flutter_image_compress: ^1.1.3
flutter_colorpicker: ^1.0.3
png_chunks_encode: ^1.0.0
png_chunks_extract: ^1.0.2
image_gallery_saver: ^2.0.3
photo_view: 0.14.0
native_exif: ^0.5.0
# Localization
intl: ^0.18.0
# Firebase Authentication
google_sign_in: ^6.2.1
firebase_auth: ^4.17.9
firebase_core: ^2.27.1
sign_in_with_apple: ^5.0.0
social_login_buttons: ^1.0.7
package_info_plus: ^4.1.0 # internet permission required
# Google Drive Backup
googleapis: ^13.1.0
googleapis_auth: ^1.5.1
flutter_phoenix: ^1.1.1
# Utils
flutter_keyboard_visibility: ^5.4.1
flutter_markdown: ^0.6.17+2
rename: ^3.0.1
flutter_native_splash: ^2.3.7
fluttertoast: 8.2.2
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
flutter_launcher_icons: ^0.13.1
change_app_package_name: ^1.1.0
flutter:
uses-material-design: true
assets:
- images/
- .env
fonts:
- family: MouldyCheeseRegular
fonts:
- asset: fonts/MouldyCheeseRegular.ttf
- family: MotleyForcesRegular
fonts:
- asset: fonts/MotleyForcesRegular.ttf
flutter_intl:
enabled: true
flutter_launcher_icons: #flutter pub run flutter_launcher_icons
android: "launcher_icon"
ios: true
image_path: "images/launcher_icon_512.png"
min_sdk_android: 21 # android min sdk min:16, default 21
web:
generate: true
image_path: "images/launcher_icon_512.png"
background_color: "#hexcode"
theme_color: "#hexcode"
flutter_native_splash: #flutter pub run flutter_native_splash:create
color: "#000000"
fullscreen: true
image: images/launcher_icon_1024.png
android: true
android_12:
image: images/launcher_icon_1024.png
ios: true
# To rename project
# install rename package
# install rename CLI tool via `flutter pub global activate rename`
# set app name with
# rename setAppName --targets ios,android --value "YourAppName"
# To change package name for android
# flutter pub run change_app_package_name:main com.new.package.name