-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpubspec.yaml
65 lines (56 loc) · 1.43 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
name: shonenx
description: "A new Flutter project."
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.1.0
environment:
sdk: '>=3.2.6 <4.0.0'
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
go_router: ^14.7.1
http: ^1.3.0
html: ^0.15.5
hive: ^2.2.3
hive_flutter: ^1.1.0
flutter_riverpod: ^2.6.1
google_fonts: ^6.2.1
flutter_carousel_widget: ^3.1.0
grouped_list: ^6.0.0
cached_network_image: ^3.4.1
media_kit: ^1.1.10+1
media_kit_video: ^1.2.4
media_kit_libs_video: ^1.0.4
media_kit_libs_android_video: ^1.3.6
permission_handler: ^11.3.1
device_info_plus: ^11.2.1
window_manager: ^0.4.3
iconsax: ^0.0.8
uuid: ^4.5.1
smooth_page_indicator: ^1.2.0+3
skeletonizer: ^1.4.3
flutter_staggered_animations: ^1.1.1
graphql_flutter: ^5.2.0-beta.8
flutter_web_auth_2: ^4.1.0
flutter_secure_storage: ^9.2.4
url_launcher: ^6.3.1
build_runner: ^2.4.14
hive_generator: ^2.0.1
awesome_snackbar_content: ^0.1.5
path_provider: ^2.1.5
package_info_plus: ^8.2.1
flutter_image_compress: ^2.4.0
flex_color_scheme: ^8.1.1
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0
flutter_launcher_icons: ^0.14.3
flutter:
uses-material-design: true
flutter_launcher_icons:
android: true
image_path_android: "assets/icons/app_icon-modified-2.png"
windows:
generate: true
image_path: "assets/icons/app_icon-modified.png"