youtube_explode/pubspec.yaml

27 lines
627 B
YAML
Raw Normal View History

2020-02-20 19:50:10 +01:00
name: youtube_explode_dart
2020-06-05 20:14:22 +02:00
description: A port in dart of the youtube explode library. Supports several API functions without the need of Youtube API Key.
2021-03-04 12:20:00 +01:00
version: 1.8.0-nullsafety.1
2020-02-20 19:55:45 +01:00
homepage: https://github.com/Hexer10/youtube_explode_dart
2020-02-20 19:50:10 +01:00
environment:
2021-03-04 12:20:00 +01:00
sdk: '>=2.12.0 <3.0.0'
2020-02-20 19:50:10 +01:00
dependencies:
2021-03-04 12:20:00 +01:00
html: ^0.15.0
http: ^0.13.0
http_parser: ^4.0.0
xml: ^5.0.2
equatable: ^2.0.0
meta: ^1.3.0
json_annotation: ^4.0.0
collection: ^1.15.0
2020-06-16 21:49:30 +02:00
2020-02-20 19:50:10 +01:00
dev_dependencies:
2021-03-04 12:20:00 +01:00
effective_dart: ^1.3.0
2020-06-27 21:32:03 +02:00
console: ^3.1.0
2021-03-04 12:20:00 +01:00
test: ^1.16.5
grinder: ^0.9.0-nullsafety.0
pedantic: ^1.11.0
json_serializable: ^4.0.2
build_runner: ^1.11.5