forked from Hexer10/youtube_downloader_flutter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
48 lines (40 loc) · 959 Bytes
/
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
name: youtube_downloader_flutter
description: Downloads videos from youtube with ease!
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: '>=2.12.0 <3.0.0'
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
flutter_hooks: ^0.16.0
hooks_riverpod: ^0.14.0+1
youtube_explode_dart: ^1.9.1
stream_transform: ^2.0.0
path_provider: ^2.0.1
path: ^1.8.0
shared_preferences: ^2.0.5
window_size:
git:
url: git://github.com/google/flutter-desktop-embedding.git
path: plugins/window_size
win32: ^2.0.5
filepicker_windows: ^2.0.0
file_picker: ^3.0.1
auto_size_text: ^3.0.0-nullsafety.0
collection: ^1.15.0
json_annotation: ^4.0.1
url_launcher: ^6.0.3
intl: ^0.17.0
flutter_ffmpeg: ^0.4.0
permission_handler: ^6.1.1
open_file: ^3.1.0
dev_dependencies:
build_runner: ^1.12.2
json_serializable: ^4.1.0
lint: ^1.5.3
flutter:
uses-material-design: true
generate: true