forked from CircuitVerse/mobile-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
81 lines (72 loc) · 2.22 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
name: mobile_app
description: A new Flutter project.
# The following defines the version and build number for your application.
# A version number is three numbers separated by dots, like 1.2.43
# followed by an optional build number separated by a +.
# Both the version and the builder number may be overridden in flutter
# build by specifying --build-name and --build-number, respectively.
# In Android, build-name is used as versionName while build-number used as versionCode.
# Read more about Android versioning at https://developer.android.com/studio/publish/versioning
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 1.0.0+1
environment:
sdk: ">=2.2.2 <3.0.0"
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
cupertino_icons: ^0.1.2
get_it: ^4.0.2
provider: ^4.0.5+1
shared_preferences: ^0.5.7+1
mockito: ^4.1.1
url_launcher: ^5.4.5
http: ^0.12.1
transparent_image: ^1.0.0
flutter_svg: ^0.18.0
flutter_icons: ^1.1.0
get: ^2.10.3
intl: ^0.16.1
intl_translation: null
datetime_picker_formfield: ^1.0.0
timeago: ^2.0.26
google_sign_in: ^4.5.1
oauth2_client: ^1.4.2
html: ^0.14.0+3
webview_flutter: ^0.3.22+1
animations: ^1.1.2
flutter_facebook_login: ^3.0.0
flutter_html: ^1.0.2
html_editor: ^1.0.1
dev_dependencies:
flutter_test:
sdk: flutter
flutter_launcher_icons: ^0.7.3
pedantic: ^1.9.0
flutter_icons:
android: "launcher_icon"
ios: true
image_path: "assets/icons/icon.png"
flutter:
uses-material-design: true
assets:
- assets/icons/
- assets/images/homepage/
- assets/images/contribute/
- assets/images/teachers/
- assets/images/login/
- assets/images/signup/
- assets/images/group/
- assets/images/profile/
fonts:
- family: Poppins
fonts:
- asset: assets/fonts/Poppins/Poppins-Regular.ttf
- asset: assets/fonts/Poppins/Poppins-Italic.ttf
style: italic
- family: Grinched
fonts:
- asset: assets/fonts/Grinched/GrinchedRegular.ttf