youtube_explode/pubspec.yaml

28 lines
655 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-11 14:20:10 +01:00
version: 1.9.0-nullsafety.2
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-11 14:20:10 +01:00
collection: ^1.15.0
equatable: ^2.0.0
2021-03-04 12:20:00 +01:00
html: ^0.15.0
http: ^0.13.0
http_parser: ^4.0.0
json_annotation: ^4.0.0
2021-03-11 14:20:10 +01:00
meta: ^1.3.0
xml: ^5.0.2
2020-06-16 21:49:30 +02:00
2020-02-20 19:50:10 +01:00
dev_dependencies:
2021-03-11 14:20:10 +01:00
#TODO: Add build_runner when is nnbd
# build_runner: ^1.11.5
console: ^4.0.0
2021-03-04 12:20:00 +01:00
grinder: ^0.9.0-nullsafety.0
json_serializable: ^4.0.2
2021-03-11 14:20:10 +01:00
lint: ^1.5.3
pedantic: ^1.11.0
test: ^1.16.7