-
Notifications
You must be signed in to change notification settings - Fork 1
/
pubspec.yaml
72 lines (65 loc) · 1.73 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
name: simplethread
description: "Simple Thread is a chatting application for different User"
publish_to: "none" # Remove this line if you wish to publish to pub.dev
version: 2.0.0+1
environment:
sdk: ">=3.2.3 <4.0.0"
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
lottie: ^2.7.0
page_transition: ^2.1.0
firebase_core: ^2.24.2
google_fonts: ^6.1.0
firebase_auth: ^4.16.0
cloud_firestore: ^4.14.0
flutter_svg: ^2.0.9
connectivity_plus: ^5.0.2
provider: ^6.1.1
url_launcher: ^6.2.4
shared_preferences: ^2.2.2
visibility_detector: ^0.4.0+2
font_awesome_flutter: ^10.7.0
path_provider: ^2.1.2
google_nav_bar: ^5.0.6
loading_animation_widget: ^1.2.1
flutter_launcher_icons: ^0.13.1
animations: ^2.0.11
emoji_picker_flutter: ^2.2.0
firebase_messaging: ^14.9.0
flutter_local_notifications: ^17.1.0
file_picker: ^8.0.2
image_picker: ^1.1.0
permission_handler: ^11.3.1
firebase_storage: ^11.7.4
firebase_app_check: ^0.2.2+4
cached_network_image: ^3.3.1
in_app_update: ^4.2.2
upgrader: ^10.2.0
local_auth: ^2.2.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
# The following section is specific to Flutter packages.
flutter:
uses-material-design: true
# To add assets to your application, add an assets section, like this:
assets:
- assets/animation/
- assets/images/
- assets/fonts/
fonts:
- family: Roboto
fonts:
- asset: assets/fonts/Roboto-Regular.ttf
- asset: assets/fonts/Roboto-Bold.ttf
weight: 700
- asset: assets/fonts/Roboto-Italic.ttf
style: italic
flutter_launcher_icons:
android: "launcher_icon"
ios: true
image_path: "assets/images/Simple_Thread.png"
min_sdk_android: 21