-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpubspec.yaml
77 lines (71 loc) · 1.71 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
name: online
description: Online App
publish_to: "none"
version: 1.2.0
environment:
sdk: ">=3.1.0 <4.0.0"
dependencies:
flutter:
sdk: flutter
flutter_svg: ^2.0.7
http: ^1.0.0
carousel_slider: ^5.0.0
intl: ^0.19.0
flutter_secure_storage: ^9.0.0
flutter_dotenv: ^5.0.2
sensors_plus: ^6.0.1
network_info_plus: ^6.0.1
collection: ^1.17.2
table_calendar: ^3.0.9
image_picker: ^1.0.4
firebase_messaging: ^15.1.3
firebase_core: ^3.6.0
webview_flutter: ^4.4.2
appwrite: ^13.0.0
image_cropper: ^8.0.2
path_provider: ^2.0.9
qr_flutter: ^4.1.0
flutter_inappwebview: ^6.1.0
flutter_local_notifications: ^17.2.3
timezone: ^0.9.2
flutter_markdown: ^0.7.3+2
url_launcher: ^6.2.4
url_launcher_ios: ^6.3.1
flutter_fortune_wheel: ^1.3.1
app_tracking_transparency: ^2.0.4
auth0_flutter: ^1.5.0
card_swiper: ^3.0.1
cached_network_image: ^3.3.1
shared_preferences: ^2.2.2
swipeable_page_route: ^0.4.2
native_ios_dialog: ^0.2.1
go_router: ^14.3.0
flutter_platform_alert: ^0.6.1
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0
flutter:
uses-material-design: true
assets:
- assets/icons/
- assets/icons/lucide/
- assets/images/
- assets/svg/
- html/
- lib/.env
fonts:
- family: Poppins
fonts:
- asset: assets/fonts/Poppins-ExtraLight.ttf
weight: 200
- asset: assets/fonts/Poppins-Light.ttf
weight: 300
- asset: assets/fonts/Poppins-Regular.ttf
weight: 400
- asset: assets/fonts/Poppins-Medium.ttf
weight: 500
- asset: assets/fonts/Poppins-SemiBold.ttf
weight: 600
- asset: assets/fonts/Poppins-Bold.ttf
weight: 700