-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpubspec.yaml
More file actions
93 lines (80 loc) · 2.68 KB
/
Copy pathpubspec.yaml
File metadata and controls
93 lines (80 loc) · 2.68 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
91
92
93
name: learners
description: learners is a LLM app for our 370 database management system project.
# The following line prevents the package from being accidentally published to
# pub.dev using `flutter pub publish`. This is preferred for private packages.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: '>=3.1.0 <4.0.0'
# Dependencies specify other packages that your package needs in order to work.
# To automatically upgrade your package dependencies to the latest versions
# consider running `flutter pub upgrade --major-versions`. Alternatively,
# dependencies can be manually updated by changing the version numbers below to
# the latest version available on pub.dev. To see which dependencies have newer
# versions available, run `flutter pub outdated`.
dependencies:
flutter:
sdk: flutter
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.2
shared_preferences: ^2.2.3
auto_size_text: ^3.0.0
get: ^4.6.6
fluttertoast: ^8.2.5
connectivity_plus: ^5.0.2
flutter_svg: ^2.0.10+1
google_fonts: ^6.2.0
image_picker: ^1.0.8
provider: ^6.1.2
dash_chat_2: ^0.0.20
flutter_gemini: ^2.0.3
http: ^1.1.0
flutter_dotenv: ^5.1.0
flutter_launcher_icons: ^0.13.1
share_plus: ^10.0.2
lottie: ^3.1.2
animations: ^2.0.11
youtube_player_flutter: ^9.0.3
dev_dependencies:
flutter_test:
sdk: flutter
#This is for launcher icon or app icon
############################################
flutter_launcher_icons:
android: "launcher_icon"
ios: true
adaptive_icon_background: '#fffcce7e'
image_path: "assets/icon/app_icon1.png"
min_sdk_android: 21 # android min sdk min:16, default 21
web:
generate: true
image_path: "assets/icon/app_icon1.png"
background_color: "#hexcode"
theme_color: "#hexcode"
###########################################
flutter_lints: ^4.0.0
flutter:
# The following line ensures that the Material Icons font is
# included with your application, so that you can use the icons in
# the material Icons class.
uses-material-design: true
assets:
- assets/icon/
- assets/images/
- assets/onboarding/
- assets/animation/
- api_key.env
fonts:
- family: shadow
fonts:
- asset: assets/fonts/Shadows_Into_Light/ShadowsIntoLight-Regular.ttf
- family: PermanentMarker
fonts:
- asset: assets/fonts/Permanent_Marker/PermanentMarker-Regular.ttf
- family: fascinate
fonts:
- asset: assets/fonts/fascinate/FascinateInline-Regular.ttf
- family: anton
fonts:
- asset: assets/fonts/anton/Anton-Regular.ttf