-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
94 lines (78 loc) · 2.02 KB
/
pubspec.yaml
File metadata and controls
94 lines (78 loc) · 2.02 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: meshi
description: Meshi mobile app.
version: 0.2.2+1
environment:
sdk: ">=2.3.0-dev.0.5.flutter-a1668566e5 <3.0.0"
dependencies:
url_launcher: ^5.0.3
flutter_webview_plugin: ^0.3.5
dio: 2.1.3
json_annotation: ^2.2.0
shared_preferences: ^0.5.3+1
flutter_facebook_login: ^2.0.1
dependencies_flutter: ^0.1.6
sqflite: ^1.1.0
rxdart: ^0.23.1
http: ^0.12.0+2
image_picker: ^0.6.0+9
flutter_launcher_icons: ^0.7.0
flutter_counter: ^1.0.3
cupertino_icons: ^0.1.2
json_serializable: ^2.2.1
get_version: ^0.2.1
bloc: ^3.0.0
flutter_bloc: ^3.2.0
equatable: ^0.2.3
carousel_slider: ^1.3.0
qr_flutter: ^2.0.0
firebase_messaging: 5.1.4 # Don't use versions 5.1.5 & 5.1.6 (not working well)
speech_bubble: ^0.0.1
drop_cap_text: ^1.0.1
flutter_offline: ^0.2.4
overlay_support: ^1.0.1
location: ^2.3.5
app_settings: ^1.0.6
image_cropper: ^1.2.1
emoji_picker: 0.0.2
flutter_image_compress: ^0.6.3
adhara_socket_io:
path: pkgs/flutter_socket_io/
flutter:
sdk: flutter
dev_dependencies:
build_runner: ^1.0.0
flutter_test:
sdk: flutter
flutter_localizations:
sdk: flutter
flutter_icons:
ios: true
android: true
image_path: "res/icons/launcher/app_launcher.png"
# image_path_android: "res/icons/launcher/app_launcher.png"
adaptive_icon_background: "res/icons/launcher/background.png"
adaptive_icon_foreground: "res/icons/launcher/foreground.png"
flutter:
uses-material-design: true
assets:
- res/icons/
fonts:
- family: AppIcons
fonts:
- asset: res/fonts/AppIcons.ttf
- family: BettyLavea
fonts:
- asset: res/fonts/BettyLavea.ttf
- family: Poppins
fonts:
- asset: res/fonts/Poppins-Regular.ttf
- asset: res/fonts/Poppins-Italic.ttf
style: italic
- asset: res/fonts/Poppins-Thin.ttf
weight: 100
- asset: res/fonts/Poppins-Light.ttf
weight: 300
- asset: res/fonts/Poppins-Bold.ttf
weight: 700
- asset: res/fonts/Poppins-Black.ttf
weight: 900