-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpubspec.yaml
92 lines (73 loc) · 1.83 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
name: x_clone
description: A new Flutter 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:
flutter:
sdk: flutter
another_flushbar : ^1.12.30
cupertino_icons: ^1.0.5
flutter_hooks: ^0.18.6
hooks_riverpod: ^2.3.6
flutter_riverpod: ^2.3.6
url_launcher: ^6.2.2
dio: ^5.2.1+1
hive_flutter: ^1.1.0
freezed: ^2.3.5
freezed_annotation: ^2.2.0
easy_localization: ^3.0.2
build_runner: ^2.4.6
json_annotation: ^4.8.1
event_bus: ^2.0.0
flutter_screenutil: ^5.8.2
intl: ^0.18.0
flutter_svg: ^2.0.7
cached_network_image: ^3.2.3
pull_to_refresh: ^2.0.0
image_picker: ^1.0.4
flutter_native_splash: ^2.3.5
webview_flutter_plus: ^0.3.0+2
webview_flutter: ^3.0.4
like_button: ^2.0.5
community_material_icon: ^5.9.55
carousel_slider: ^4.2.1
socket_io_client: ^2.0.3+1
flutter_local_notifications: ^16.2.0
workmanager: ^0.5.2
badges: ^3.1.2
percent_indicator: ^4.2.3
flutter_native_splash:
color: "#000000"
image: "res/assets/splash.png"
android: true
ios: true
web: false
android_gravity: center
ios_content_mode: scaleAspectFill
android_12:
color: "#000000"
image: "res/assets/splash.png"
android_gravity: center
dev_dependencies:
flutter_test:
sdk: flutter
mockito: ^5.0.14
flutter_lints: ^2.0.2
json_serializable: ^6.7.1
flutter_launcher_icons: "^0.13.1"
flutter:
uses-material-design: true
assets:
- res/assets/
- res/localization/
fonts:
- family: Roboto
fonts:
- asset: res/fonts/Roboto-Regular.ttf
- family: Chirp
fonts:
- asset: res/fonts/Chirp Bold.otf