-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
103 lines (86 loc) · 2.17 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
name: yalda_students_notes
description: A new Flutter project.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: '>=2.19.6 <3.0.0'
dependencies:
flutter:
sdk: flutter
flutter_localizations: # Add this line
sdk: flutter
cupertino_icons: ^1.0.2
flutter_svg: ^2.0.9
iconsax: ^0.0.8
google_fonts: ^2.2.0
provider: ^6.0.2
theme_provider: ^0.5.0
flutter_bloc: ^8.0.1
intl: ^0.18.0
drift: ^1.6.0
http: ^0.13.4 # used to load sqlite3 wasm files on the web
sqlite3_flutter_libs: ^0.5.5
sqlite3: ^1.7.0
path_provider: ^2.0.9
path: ^1.8.0
day_night_switcher: ^0.2.0+1
shared_preferences: ^2.0.12
equatable: ^2.0.3
easy_localization: ^3.0.1
toggle_switch: ^2.0.1
expandable: ^5.0.1
modal_bottom_sheet: ^2.0.1
contained_tab_bar_view: ^0.8.0
flutter_feather_icons: ^2.0.0+1
url_launcher: ^6.0.20
introduction_screen: ^3.0.2
dropdown_button2: ^1.9.4
flag: ^7.0.0
universal_platform: ^1.0.0-nullsafety
responsive_framework: ^0.1.7
animations: ^2.0.2
flutter_staggered_grid_view: ^0.6.1
flutter_platform_alert: ^0.2.6
get_it: ^7.2.0
shamsi_date: ^1.0.1
auto_direction: ^0.0.7
flutter_social_textfield: ^0.1.0
detectable_text_field: ^3.0.2
share_plus: ^7.2.1
dev_dependencies:
flutter_test:
sdk: flutter
flutter_gen_runner: 4.1.6
drift_dev: ^1.4.0
build_runner: ^2.1.11
flutter_launcher_icons: ^0.9.2
build_web_compilers: ^3.2.1
flutter_lints: ^1.0.4
dependency_overrides:
js: ^0.6.4 # temporarily added because sqlite3 depends on this, and flutter hasn't caught up yet.
# drift:
# path: ../../drift
# drift_dev:
# path: ../../drift_dev
# sqlparser:
# path: ../../sqlparser
flutter_lints: ^1.0.0
flutter_icons:
android: "launcher_icon"
ios: true
image_path_ios: "asset/icon/icon.png"
image_path_android: "asset/icon/icon.png"
flutter:
uses-material-design: true
generate: true
assets:
- asset/image/
- asset/icon/
- asset/translation/
fonts:
- family: ic_font
fonts:
- asset: asset/fonts/ic_font.ttf
- family: IRANMarker
fonts:
- asset: asset/fonts/IRANMarker.ttf