-
Notifications
You must be signed in to change notification settings - Fork 113
/
Copy pathpubspec.yaml
81 lines (73 loc) · 1.76 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
name: rutorrentflutter
description: A rutorrent-based client in flutter
publish_to: "none"
version: 0.9.1-beta+60
environment:
sdk: ">=2.12.0-0 <3.0.0"
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.3
dio: ^4.0.0
file_picker: ^3.0.1
filesize: ^2.0.1
flare_splash_screen: ^4.0.0
flutter_local_notifications: ^9.7.0
flutter_slidable: ^0.6.0
flutter_svg: ^0.22.0
fluttertoast: ^8.0.7
font_awesome_flutter: ^9.0.0
# get_it: ^6.1.1
hive: ^2.0.4
http: ^0.13.3
html: ^0.15.0
injectable: ^1.3.0
intl: ^0.17.0
modal_bottom_sheet: ^2.0.0
modal_progress_hud_nsn: ^0.2.1
open_file: ^3.2.1
package_info: ^2.0.0
path_provider: ^2.0.1
shared_preferences: ^2.0.5
shimmer: ^2.0.0
stacked: ^2.3.12
stacked_services: ^0.8.5
wakelock: ^0.6.2
xml: ^5.1.1
awesome_notifications: ^0.0.6+9
chewie: ^1.3.4
video_player: ^2.1.6
# webview_flutter: ^2.0.9
url_launcher: ^6.0.9
webview_flutter_plus: ^0.3.0+2
percent_indicator: ^4.2.2
logger:
firebase_core: ^1.21.1
firebase_analytics: ^9.3.3
firebase_crashlytics: ^2.8.9
flutter_dotenv: ^5.0.2
# webviewx: ^0.2.1
dev_dependencies:
flutter_test:
sdk: flutter
build_runner: ^2.0.1
stacked_generator: ^0.7.13
flutter_launcher_icons: ^0.9.0
mockito: ^5.0.0
flutter_icons:
image_path: "assets/logo/light_mode_icon.png"
android: true
ios: true
flutter:
uses-material-design: true
assets:
- assets/logo/
- assets/animation/
# uncomment the below line when building a release for Playstore (app bundle or apk)
# - .env
fonts:
- family: SFUIDisplay
fonts:
- asset: fonts/SFUIDisplay/sf-ui-display-heavy.otf
- asset: fonts/SFUIDisplay/sf-ui-display-light.otf
- asset: fonts/SFUIDisplay/sf-ui-display-medium.otf