weklem_web_youtube_player 0.0.3
weklem_web_youtube_player: ^0.0.3 copied to clipboard
A Flutter web package developed by WeKlem to seamlessly embed and play YouTube videos. Designed with performance and simplicity in mind, this widget provides an easy interface for incorporating YouTub [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add weklem_web_youtube_playerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
weklem_web_youtube_player: ^0.0.3Alternatively, 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:weklem_web_youtube_player/weklem_web_youtube_player.dart';