-
-
Notifications
You must be signed in to change notification settings - Fork 147
/
Copy pathpubspec.yaml
38 lines (33 loc) · 844 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
name: youtube_explode_dart
description: A port in dart of the youtube explode library. Supports several API functions without the need of Youtube API Key.
version: 2.3.7
homepage: https://github.com/Hexer10/youtube_explode_dart
topics:
- youtube
- video
- streams
environment:
sdk: '>=3.0.0 <4.0.0'
dependencies:
collection: ^1.18.0
freezed_annotation: ^2.2.0
html: ^0.15.0
http: ^1.0.0
http_parser: ^4.0.0
json_annotation: ^4.9.0
meta: ^1.7.0
xml: ^6.1.0
logging: ^1.2.0
unicode: ^0.3.1
dev_dependencies:
build_runner: ^2.1.11
coverage: ^1.10.0
freezed: ^2.3.2
json_serializable: ^6.2.0
lints: ^3.0.0
source_gen: ^1.4.0
test: ^1.21.1
false_secrets:
- "lib/src/reverse_engineering/youtube_http_client.dart"
- "lib/src/videos/video_controller.dart"
- "lib/src/videos/youtube_api_client.dart"