-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
93 lines (88 loc) · 2.16 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
name: notely
description: A new Flutter project.
publish_to: 'none'
version: 1.1.6+18
environment:
sdk: ">=2.18.5 <3.0.0"
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
http: ^0.13.4
shared_preferences: ^2.0.15
google_mobile_ads: ^3.0.0
provider: ^6.0.3
theme_provider: ^0.6.0
fl_chart: ^0.55.0
rename: ^2.0.1
flutter_secure_storage: ^6.0.0
page_transition: ^2.0.9
day_night_switcher: ^0.2.0+1
package_info_plus: ^4.0.2
fl_toast: ^3.1.0
dropdown_button2: ^2.1.0
intl: ^0.18.0
flutter_acrylic: ^1.0.0
flutter_platform_alert: ^0.3.0
flutter_inappwebview:
git:
url: https://github.com/nesquikm/flutter_inappwebview
ref: heads/v5.7.2+3_fix_xcode_17
auto_size_text: ^3.0.0
flutter_cache_manager: ^3.3.0
mailto: ^2.0.0
url_launcher: ^6.1.10
fluttericon: ^2.0.0
sqflite: ^2.2.5
flutter_local_notifications: ^13.0.0
calendar_timeline:
git:
url: https://github.com/ViktorKirjanov/calendar_timeline
ref: master
firebase_core: ^2.9.0
firebase_messaging: ^14.4.0
loading_animation_widget: ^1.2.0+4
shimmer: ^2.0.0
app_settings: ^5.1.1
flutter_dynamic_icon: ^2.1.0
in_app_review: ^2.0.6
store_redirect: ^2.0.1
flutter_localizations:
sdk: flutter
html: ^0.15.4
dev_dependencies:
flutter_launcher_icons: "^0.12.0"
flutter_lints: ^2.0.1
flutter_test:
sdk: flutter
flutter_icons:
android: false
ios: true
image_path: "assets/notely.png"
flutter_lints: ^2.0.0
flutter:
uses-material-design: true
assets:
- assets/icons/
- assets/images/
fonts:
- family: Poppins
fonts:
- asset: fonts/Poppins-Thin.ttf
weight: 100
- asset: fonts/Poppins-ExtraLight.ttf
weight: 200
- asset: fonts/Poppins-Light.ttf
weight: 300
- asset: fonts/Poppins-Regular.ttf
weight: 400
- asset: fonts/Poppins-Medium.ttf
weight: 500
- asset: fonts/Poppins-SemiBold.ttf
weight: 600
- asset: fonts/Poppins-Bold.ttf
weight: 700
- asset: fonts/Poppins-ExtraBold.ttf
weight: 800
- asset: fonts/Poppins-Black.ttf
weight: 900