This commit is contained in:
Hexah 2020-02-20 19:55:45 +01:00
parent 9d5a476552
commit e352ced3b8
3 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ import 'dart:async';
import 'dart:io';
import 'package:dart_console/dart_console.dart';
import 'package:youtube_explode_dart/youtube_explode_console.dart';
import 'package:youtube_explode_dart/youtube_explode_dart.dart';
import 'package:http/http.dart' as http;
// Initialize the YoutubeExplode instance.

View File

@ -1,7 +1,7 @@
name: youtube_explode_dart
description: A port in dart of the youtube explode library.
version: 0.0.1
# homepage: https://www.example.com
homepage: https://github.com/Hexer10/youtube_explode_dart
environment:
sdk: '>=2.7.0 <3.0.0'