Youtube Player Flutter Ifraim | Coderz Product

youtube_player_flutter_ifraim

Last updated:

0 purchases

youtube_player_flutter_ifraim Image
youtube_player_flutter_ifraim Images

Free

Languages

Categories

Add to Cart

Description:

youtube player flutter ifraim

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'),
),
);
}
}

copied to clipboard

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product: (if this is empty don't purchase this product)

Customer Reviews

There are no reviews.