flutter_vlc_player 5.0.0
flutter_vlc_player: ^5.0.0 copied to clipboard
A VLC-powered alternative to Flutter's video_player. Supports multiple players on one screen.
5.0.0 #
Entire rewrite of Flutter VLC Player. Updates to Android v2 plugin. Adds Platform interface. Adds Pigeon for type safe method calls. Credits to Alireza Setayesh (https://github.com/alr2413), Mitch Ross (https://github.com/mitchross) and Yurii Prykhodko (https://github.com/solid-yuriiprykhodko).
4.0.3 #
Update VLCKit for iOS and iOS. Cleanup example Pod file. Clean up example gradle. Credits to Mitch Ross (https://github.com/mitchross). Removed dispose calls on VlcPlayerController from VlcPlayer. Fix argument-less functions throwing FlutterMethodNotImplemented.
4.0.2 #
- Update Cocoapods version for VLCkit on iOS. This fixes issues with iOS 12 and Simulators. Credits to Mitch Ross (https://github.com/mitchross).
4.0.1 #
- Improved documentation.
4.0.0 #
- Improved structure (see example for breaking changes). Example code updated also.
- Fix android black screen issue
- Support playing local media/subtitle file
- Support casting media to external device
- Updated changing audio/subtitle method
- Support audio/subtitle delay credits to Alireza Setayesh (https://github.com/alr2413) and Mitch Ross (https://github.com/mitchross)
3.0.7 #
- Updates MobileVLC to allow for changing of subtitles and adding subtiles . credits to @rikaweb(https://github.com/rikaweb) and Mitch Ross (https://github.com/mitchross)
3.0.6 #
- Updates MobileVLC to allow for handling of vlc error. credits to Alireza Setayesh (https://github.com/alr2413)
3.0.5 #
- Updates MobileVLC to allow for changing of volume. Example Updated Also. credits to Mitch Ross (https://github.com/mitchross)
3.0.4 #
- Updates MobileVLC to allow for options as flags and hardware acceleration/ credits to pharshdev (https://github.com/pharshdev) and Mitch Ross (https://github.com/mitchross)
3.0.3 #
- Updates MobileVLC to fix a bug on iOS with Seek Time. See (https://github.com/solid-software/flutter_vlc_player/issues/72). Also adds seek bar to example player for demonstration purposes. credits to Mitch Ross (https://github.com/mitchross)
3.0.2 #
- Updates MobileVLC to fix a bug on iOS with HLS Streaming on VLCKit itself. See (https://code.videolan.org/videolan/VLCKit/-/issues/368), credits to Mitch Ross (https://github.com/mitchross)
3.0.1 #
- Fix a bug on Android with URL parsing. See (https://github.com/solid-software/flutter_vlc_player/issues/52), credits to pharshdev (https://github.com/pharshdev) and Mitch Ross (https://github.com/mitchross)
3.0.0 #
- Migrated to Swift, thanks to Mitch Ross (https://github.com/mitchross), Amadeu Cavalcante (https://github.com/amadeu01) and pharshdev (https://github.com/pharshdev).
2.0.0 #
- Improved structure (see example for braking changes), add aspect ratio and payback controls support thanks to John Harker (https://github.com/NBTX) and Mitch Ross (https://github.com/mitchross).
1.0.0 #
- Added multiple players support thanks to Kraig Spear (https://github.com/kraigspear)
0.0.2 #
- Android X support added thanks to Javi Hurtado (https://github.com/ja2375)
0.0.1 #
- initial flutter vlc plugin (not working with android x)