-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
102 lines (87 loc) · 2.09 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
name: iwrqk
description: Unofficial Iwara Flutter Client.
publish_to: 'none'
version: 2.0.0+16
environment:
sdk: '>=3.1.3 <4.0.0'
dependencies:
flutter:
sdk: flutter
# state management
get: ^4.6.6
# local storage
get_storage: ^2.1.1
flutter_secure_storage: ^9.0.0
path_provider: ^2.1.1
path: ^1.8.3
# ui
dynamic_color: ^1.6.9
flutter_displaymode: ^0.6.0
flutter_smart_dialog: ^4.9.6
easy_refresh: ^3.3.4
animations: ^2.0.11
auto_size_text: ^3.0.0
# i18n
slang: ^3.28.0
slang_flutter: ^3.28.0
flutter_localizations:
sdk: flutter
# network
dio: ^5.4.0
queue: ^3.1.0+2
crypto: ^3.0.3
cached_network_image: ^3.3.1
intl: ^0.18.1
# utils
package_info_plus: ^5.0.1
logger: ^2.0.2+1
device_info_plus: ^9.1.1
permission_handler: ^11.2.0
url_launcher: ^6.2.2
markdown_widget: ^2.3.2+3
photo_view: ^0.14.0
share_plus: ^7.2.1
receive_sharing_intent:
git: https://github.com/Nahrawene-ben-hmida/receive_sharing_intent.git
open_file: ^3.3.2
# download
file_picker: ^6.1.1
flutter_downloader: ^1.11.6
# pl_player
media_kit: ^1.1.10
media_kit_video: ^1.2.4
media_kit_libs_video: ^1.0.4
screen_brightness: ^0.2.2+1
flutter_volume_controller: ^1.3.1
audio_video_progress_bar: ^2.0.1
easy_debounce: ^2.0.3
status_bar_control: ^3.2.1
auto_orientation: ^2.3.1
audio_service: ^0.18.12
audio_session: ^0.1.18
floating: ^2.0.1
# desktop
window_manager: ^0.3.8
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
flutter_launcher_icons: ^0.13.1
flutter:
uses-material-design: true
flutter_launcher_icons:
ios: true
android: true
remove_alpha_ios: true
image_path: "assets/launcher/icon.png"
image_path_ios: "assets/launcher/icon.png"
image_path_android: "assets/launcher/icon.png"
adaptive_icon_background: "#ffffff"
adaptive_icon_foreground: "assets/launcher/foreground.png"
adaptive_icon_monochrome: "assets/launcher/foreground.png"
windows:
generate: true
image_path: "assets/launcher/icon.png"
macos:
generate: true
image_path: "assets/launcher/icon.png"