youtube_url_processor 0.1.4
youtube_url_processor: ^0.1.4 copied to clipboard
One-stop YouTube URL processor: parse, normalize, thumbnails, metadata, widgets.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add youtube_url_processorThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
youtube_url_processor: ^0.1.4Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:youtube_url_processor/youtube_url_processor.dart';