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

Youtube ifraim player

youtube_player #

![pub version] 0.0.2

Platform Support #

Windows Android iOS Web
✔️ ✔️ ✔️ ✔️

Example #

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

  @override
  Widget build(BuildContext context) {
    return SizedBox(
      width: 300,
      height: 280,
      child: YoutubePlayer(
        controller: YoutubePlayerController(
            youtubeUrl: 'https://www.youtube.com/watch?v=BddP6PYo2gs'),
      ),
    );
  }
}

6
likes
105
points
12
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Youtube ifraim player

License

BSD-3-Clause (license)

Dependencies

flutter, webviewx

More

Packages that depend on youtube_player_flutter_ifraim