-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
106 lines (96 loc) · 2.33 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
name: com_joaojsrbr_reader
description: Read manga, manhwa and manhua.
publish_to: "none"
version: 2.0.0
environment:
sdk: ">=2.17.6 <3.0.0"
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
dio: ^4.0.6
# firebase_core_platform_interface: ^4.5.0
firebase_app_check: ^0.0.7
firebase_core: ^1.21.1
firebase_database: ^9.1.3
firebase_auth: ^3.7.0
dio_http_cache: ^0.3.0
html: ^0.15.0
google_sign_in: ^5.3.2
flutter_signin_button: ^2.0.0
awesome_notifications: any
shimmer: ^2.0.0
cached_network_image: ^3.2.2
provider: ^6.0.3
mobx: ^2.0.7+2
uuid: 3.0.6
animated_widgets_ns: ^2.0.0
package_info_plus: ^1.4.3+1
flutter_mobx: ^2.0.6+1
path: ^1.8.1
url_launcher: ^6.1.5
webview_flutter: ^3.0.4
flutter_svg: ^1.1.0
slugify: ^2.0.0
path_provider: ^2.0.11
permission_handler: ^10.0.0
collection: ^1.16.0
sqflite: ^2.0.3+1
workmanager: ^0.5.0
get: ^4.6.5
flutter_cache_manager: ^3.3.0
graphql_flutter: ^5.1.0
sliver_tools: ^0.2.8
custom_selectable_text: ^0.2.1
dynamic_color: ^1.5.4
loading_more_list: ^4.1.2
filter_chips:
git:
url: https://github.com/joaojsrbr/filter_chips
state_change:
git:
url: https://github.com/joaojsrbr/state_change
hidable:
git:
url: https://github.com/joaojsrbr/hidable
flutter_slidable: ^2.0.0
flutter_speed_dial: ^6.0.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
build_runner: ^2.1.11
flutter_launcher_icons: ^0.9.3
mobx_codegen: ^2.0.2
flutter_icons:
android: "ic_launcher"
ios: true
image_path: "assets/images/logo.png"
adaptive_icon_foreground: "assets/images/logonobg.png"
flutter_native_splash:
image: "assets/images/logonobg.png"
android: true
color_dark: "#161728"
color: "#161728"
ios: true
flutter:
uses-material-design: true
assets:
- assets/
- assets/images/animated-bell.gif
- assets/images/logo.png
- assets/images/logonobg.png
fonts:
- family: iconsax
fonts:
- asset: assets/fonts/iconsax.ttf
- family: Poppins
fonts:
- asset: assets/fonts/Poppins-Bold.ttf
weight: 700
- asset: assets/fonts/Poppins-Medium.ttf
weight: 500
- asset: assets/fonts/Poppins-Regular.ttf
weight: 400
- asset: assets/fonts/Poppins-SemiBold.ttf
weight: 600