-
Notifications
You must be signed in to change notification settings - Fork 8
/
pubspec.yaml
63 lines (54 loc) · 1.28 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
name: stronzflix
description: "Streaming application."
publish_to: 'none'
version: 0.2.10
environment:
sdk: '>=3.2.0 <4.0.0'
dependencies:
flutter:
sdk: flutter
async: ^2.11.0
background_downloader: ^8.5.3
cast: ^2.1.0
connectivity_plus: ^6.0.3
crypto: ^3.0.3
ffmpeg_kit_flutter: ^6.0.3
flutter_hls_parser:
git: https://github.com/Bonfra04/flutter_hls_parser.git
flutter_svg: ^2.0.10+1
html: ^0.15.4
html_unescape: ^2.0.0
package_info_plus: ^8.0.0
path_provider: ^2.1.3
peerdart: ^0.5.4
pointycastle: ^3.9.1
process_run: ^0.14.2
shimmer: ^3.0.0
url_launcher: ^6.2.6
uuid: ^4.4.0
win32_registry: ^1.1.4
wakelock_plus: ^1.2.8
stronz_video_player:
git: https://github.com/StronzLabs/StronzVideoPlayer.git
sutils:
git: https://github.com/StronzLabs/SUtils.git
js_unpack: ^1.0.4
auto_size_text: ^3.0.0
castscreen:
git: https://github.com/Bonfra04/dart_castscreen.git
provider: ^6.1.2
# needed to make the shared library be embedded in the application
fvp:
git: https://github.com/wang-bin/fvp.git
dependency_overrides:
uuid: ^4.4.0
dev_dependencies:
integration_test:
sdk: flutter
flutter_test:
sdk: flutter
flutter_lints: ^3.0.2
flutter:
uses-material-design: true
assets:
- assets/logo.svg