klutter_youtube_player_iframe_plus 0.0.2 copy "klutter_youtube_player_iframe_plus: ^0.0.2" to clipboard
klutter_youtube_player_iframe_plus: ^0.0.2 copied to clipboard

Make Youtube Player Eazy

Eazy To Use

Getting Started #

To use this plugin, add flutter pub add klutter_youtube_player_iframe_plus .

Example #

import 'package:flutter/material.dart';
import 'package:klutter_youtube_player_iframe_plus/klutter_youtube_player_iframe_plus.dart';

void main() {
  runApp(
    const MaterialApp(
      home: MyApp(),
    ),
  );
}

class MyApp extends StatelessWidget {
  const MyApp({super.key});

  @override
  Widget build(BuildContext context) {
    return const Scaffold(
      body: YoutubePlayerIframePlusHelp(
        initialVideoId: 'https://www.youtube.com/watch?v=bWXol_8MLzw',
        aspectRatio: 16 / 9,
      ),
    );
  }
}

1
likes
110
points
156
downloads

Publisher

unverified uploader

Weekly Downloads

Make Youtube Player Eazy

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter, klutter_platfrom_verify, youtube_player_iframe_plus

More

Packages that depend on klutter_youtube_player_iframe_plus