youtube_explode/pubspec.yaml

27 lines
621 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 10:58:04 +01:00
version: 1.8.0-beta.5
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:
2020-02-23 20:29:08 +01:00
sdk: '>=2.6.0 <3.0.0'
2020-02-20 19:50:10 +01:00
dependencies:
html: ^0.14.0+3
http: ^0.12.0+4
2020-02-21 21:45:03 +01:00
http_parser: ^3.1.3
2020-06-06 00:06:50 +02:00
xml: '>=3.0.0 <5.0.0'
2020-02-24 14:28:52 +01:00
equatable: ^1.1.0
2020-06-16 21:49:30 +02:00
meta: ^1.1.8
2020-11-13 09:21:01 +01:00
json_annotation: ^3.1.0
collection: ^1.14.13
2020-06-16 21:49:30 +02:00
2020-02-20 19:50:10 +01:00
dev_dependencies:
effective_dart: ^1.2.4
2020-06-27 21:32:03 +02:00
console: ^3.1.0
2020-02-28 14:02:00 +01:00
test: ^1.12.0
2020-07-16 20:02:54 +02:00
grinder: ^0.8.5
pedantic: ^1.9.2
2020-11-13 09:21:01 +01:00
json_serializable: ^3.5.0
build_runner: ^1.10.4