Youtube Player Plugin
A flutter plugin to play Youtube Videos "inline" without API Key in ranges of Quality(240p, 360p, 480p, 720p and 1080p).
Salient Features
- Inline playback
- Supports HD and Full HD quality
- No need for API Key and no Limitations
- Thumbnail Support
- Playable through
<video id>
or<link>
- Picture in Picture for Android SDK > 24
- Customizable Controls
Usage
1. Depend
Add this to you package's pubspec.yaml
file:
2. Install
Run command:
3. Import
Import in Dart code:
4. Using Youtube Player
Example
Limitation
- Only Available for Android (Currently)
Future
- Support for ios
- Adaptive playback as per the internet bandwidth
- High level of customization