flutter_native_video_player 0.0.1
flutter_native_video_player: ^0.0.1 copied to clipboard
An efficient and feature rich video player plugin for Flutter applications, leveraging the power of native APIs ExoPlayer for Android and AVKit for iOS. This plugin offers extensive control over video [...]
Flutter Native Video Player #
This project is a specialized Flutter plug-in package which enables developers to link video players from Android and iOS native -- specifically, ExoPlayer for Android and AVKit player for iOS.
Getting Started #
To utilize this plugin, you need a starting point for a Flutter plug-in package. This particular package includes the platform-specific implementation code necessary for ExoPlayer and AVKit player integration with your respective Android or iOS application.
For those new to Flutter development, you can find an array of resources like tutorials, samples, guidance on mobile development, and a complete API reference in the online documentation.