youtube_explode/pubspec.yaml

28 lines
601 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-10-04 13:00:22 +02:00
version: 1.10.8
2021-03-11 14:58:56 +01:00
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-07-21 02:06:02 +02:00
sdk: '>=2.13.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
freezed_annotation: ^0.14.3
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-10-04 13:00:22 +02:00
build_runner: ^2.1.4
console: ^4.1.0
2021-10-04 13:00:22 +02:00
freezed: ^0.14.5
grinder: ^0.9.0
2021-10-04 13:00:22 +02:00
json_serializable: ^5.0.2
lint: ^1.7.2
test: ^1.18.2