video_player 2.1.5
video_player: ^2.1.5 copied to clipboard
Flutter plugin for displaying inline video with other Flutter widgets on Android, iOS, and web.
2.1.5 #
- Update example code in README to fix broken url.
2.1.4 #
- Add an exoplayer URL to the maven repositories to address a possible build regression in 2.1.2.
2.1.3 #
- Fix pointer value to boolean conversion analyzer warnings.
2.1.2 #
- Migrate maven repository from jcenter to mavenCentral.
2.1.1 #
- Update example code in README to reflect API changes.
2.1.0 #
- Add
httpHeadersoption toVideoPlayerController.network
2.0.2 #
- Fix
VideoPlayerValuesize and aspect ratio documentation
2.0.1 #
- Remove the deprecated API "exoPlayer.setAudioAttributes".
2.0.0 #
- Migrate to null safety.
- Fix an issue where
isBufferingwas not updating on Android. - Fix outdated links across a number of markdown files (#3276)
- Fix
VideoPlayerValue toString()test. - Update the example app: remove the deprecated
RaisedButtonandFlatButtonwidgets. - Migrate from deprecated
defaultBinaryMessenger. - Fix an issue where a crash can occur after a closing a video player view on iOS.
- Setting the
mixWithOthersVideoPlayerOptionsin web now is silently ignored instead of throwing an exception.
1.0.2 #
- Update Flutter SDK constraint.
1.0.1 #
- Android: Dispose video players when app is closed.
1.0.0 #
- Announce 1.0.0.
0.11.1+5 #
- Update Dart SDK constraint in example.
- Remove
testdependency. - Convert disabled driver test to integration_test.
0.11.1+4 #
- Add
toString()toCaption. - Fix a bug on Android when loading videos from assets would crash.
0.11.1+3 #
- Android: Upgrade ExoPlayer to 2.12.1.
0.11.1+2 #
- Update android compileSdkVersion to 29.
0.11.1+1 #
- Fixed uncanceled timers when calling
playon the controller multiple times beforepause, which caused value listeners to be called indefinitely (afterpause) and more often than needed.
0.11.1 #
- Enable TLSv1.1 & TLSv1.2 for API 19 and below.
0.11.0 #
- Added option to set the video playback speed on the video controller.
- Minor breaking change: fixed
VideoPlayerValue.toStringto insert a comma afterisBuffering.
0.10.12+5 #
- Depend on
video_player_platform_interfaceversion that contains the newTestHostVideoPlayerApiin order for tests to pass using the latest dependency.
0.10.12+4 #
- Keep handling deprecated Android v1 classes for backward compatibility.
0.10.12+3 #
- Avoiding uses or overrides a deprecated API in
VideoPlayerPluginclass.
0.10.12+2 #
- Fix
setMixWithOtherstest.
0.10.12+1 #
- Depend on the version of
video_player_platform_interfacethat contains the newVideoPlayerOptionsclass.
0.10.12 #
- Introduce VideoPlayerOptions to set the audio mix mode.
0.10.11+2 #
- Fix aspectRatio calculation when size.width or size.height are zero.
0.10.11+1 #
- Post-v2 Android embedding cleanups.
0.10.11 #
- iOS: Fixed crash when detaching from a dying engine.
- Android: Fixed exception when detaching from any engine.
0.10.9+2 #
- Declare API stability and compatibility with
1.0.0(more details at: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0).
0.10.9+1 #
- Readme updated to include web support and details on how to use for web
0.10.9 #
- Remove Android dependencies fallback.
- Require Flutter SDK 1.12.13+hotfix.5 or greater.
- Fix CocoaPods podspec lint warnings.
0.10.8+2 #
- Replace deprecated
getFlutterEnginecall on Android.
0.10.8+1 #
- Make the pedantic dev_dependency explicit.
0.10.8 #
- Added support for cleaning up the plugin if used for add-to-app (Flutter v1.15.3 is required for that feature).
0.10.7 #
VideoPlayerControllersupport for reading closed caption files.VideoPlayerValuehas acaptionfield for reading the current closed caption at any given time.
0.10.6 #
ClosedCaptionFileandSubRipCaptionFileclasses added to read SubRip files into dart objects.
0.10.5+3 #
- Add integration instructions for the
webplatform.
0.10.5+2 #
- Make sure the plugin is correctly initialized
0.10.5+1 #
- Fixes issue where
initialize()Futurestalls when failing to load source data and does not throw an error.
0.10.5 #
- Support
webby default. - Require Flutter SDK 1.12.13+hotfix.4 or greater.
0.10.4+2 #
- Remove the deprecated
author:field form pubspec.yaml - Migrate the plugin to the pubspec platforms manifest.
- Require Flutter SDK 1.10.0 or greater.
0.10.4+1 #
- Fix pedantic lints. This fixes some potential race conditions in cases where futures within some video_player methods weren't being awaited correctly.
0.10.4 #
- Port plugin code to use the federated Platform Interface, instead of a MethodChannel directly.
0.10.3+3 #
- Add DartDocs and unit tests.
0.10.3+2 #
- Update the homepage to point to the new plugin location
0.10.3+1 #
- Dispose
FLTVideoPlayerinonTextureUnregisteredcallback on iOS. - Add a temporary fix to dispose the
FLTVideoPlayerwith a delay to avoid race condition. - Updated the example app to include a new page that pop back after video is done playing.
0.10.3 #
- Add support for the v2 Android embedding. This shouldn't impact existing functionality.
0.10.2+6 #
- Remove AndroidX warnings.
0.10.2+5 #
- Update unit test for compatibility with Flutter stable branch.
0.10.2+4 #
- Define clang module for iOS.
0.10.2+3 #
- Fix bug where formatHint was not being pass down to network sources.
0.10.2+2 #
- Update and migrate iOS example project.
0.10.2+1 #
- Use DefaultHttpDataSourceFactory only when network schemas and use DefaultHttpDataSourceFactory by default.
0.10.2 #
- Android Only Adds optional VideoFormat used to signal what format the plugin should try.
0.10.1+7 #
- Fix tests by ignoring deprecated member use.
0.10.1+6 #
- [iOS] Fixed a memory leak with notification observing.
0.10.1+5 #
- Fix race condition while disposing the VideoController.
0.10.1+4 #
- Fixed syntax error in README.md.
0.10.1+3 #
- Add missing template type parameter to
invokeMethodcalls. - Bump minimum Flutter version to 1.5.0.
- Replace invokeMethod with invokeMapMethod wherever necessary.
0.10.1+2 #
- Example: Fixed tab display and added scroll view
0.10.1+1 #
- iOS: Avoid deprecated
seekToTimeAPI
0.10.1 #
- iOS: Consider a player only
initializedonce duration is determined.
0.10.0+8 #
-
iOS: Fix an issue where the player sends initialization message incorrectly.
-
Fix a few other IDE warnings.
0.10.0+7 #
-
Android: Fix issue where buffering status in percentage instead of milliseconds
-
Android: Update buffering status everytime we notify for position change
0.10.0+6 #
- Android: Fix missing call to
event.put("event", "completed");which makes it possible to detect when the video is over.
0.10.0+5 #
- Fixed iOS build warnings about implicit retains.
0.10.0+4 #
- Android: Upgrade ExoPlayer to 2.9.6.
0.10.0+3 #
- Fix divide by zero bug on iOS.
0.10.0+2 #
- Added supported format documentation in README.
0.10.0+1 #
- Log a more detailed warning at build time about the previous AndroidX migration.
0.10.0 #
- Breaking change. Migrate from the deprecated original Android Support Library to AndroidX. This shouldn't result in any functional changes, but it requires any Android apps using this plugin to also migrate if they're using the original support library.
0.9.0 #
- Fixed the aspect ratio and orientation of videos. Videos are now properly displayed when recorded in portrait mode both in iOS and Android.
0.8.0 #
- Android: Upgrade ExoPlayer to 2.9.1
- Android: Use current gradle dependencies
- Android 9 compatibility fixes for Demo App
0.7.2 #
- Updated to use factories on exoplayer
MediaSources for Android instead of the now-deprecated constructors.
0.7.1 #
- Fixed null exception on Android when the video has a width or height of 0.
0.7.0 #
- Add a unit test for controller and texture changes. This is a breaking change since the interface had to be cleaned up to facilitate faking.
0.6.6 #
- Fix the condition where the player doesn't update when attached controller is changed.
0.6.5 #
- Eliminate race conditions around initialization: now initialization events are queued and guaranteed to be delivered to the Dart side. VideoPlayer widget is rebuilt upon completion of initialization.
0.6.4 #
- Android: add support for hls, dash and ss video formats.
0.6.3 #
- iOS: Allow audio playback in silent mode.
0.6.2 #
VideoPlayerController.seekTo()is now frame accurate on both platforms.
0.6.1 #
- iOS: add missing observer removals to prevent crashes on deallocation.
0.6.0 #
- Android: use ExoPlayer instead of MediaPlayer for better video format support.
0.5.5 #
- Breaking change
VideoPlayerController.initialize()now only completes after the controller is initialized. - Updated example in README.md.
0.5.4 #
- Updated Gradle tooling to match Android Studio 3.1.2.
0.5.3 #
- Added video buffering status.
0.5.2 #
- Fixed a bug on iOS that could lead to missing initialization.
- Added support for HLS video on iOS.
0.5.1 #
- Fixed bug on video loop feature for iOS.
0.5.0 #
- Added the constructor
VideoPlayerController.file. - Breaking change. Changed
VideoPlayerController.isNetworkto an enumVideoPlayerController.dataSourceType.
0.4.1 #
- Updated Flutter SDK constraint to reflect the changes in v0.4.0.
0.4.0 #
- Breaking change. Removed the
VideoPlayerControllerconstructor - Added two new factory constructors
VideoPlayerController.assetandVideoPlayerController.networkto respectively play a video from the Flutter assets and from a network uri.
0.3.0 #
- Breaking change. Set SDK constraints to match the Flutter beta release.
0.2.1 #
- Fixed some signatures to account for strong mode runtime errors.
- Fixed spelling mistake in toString output.
0.2.0 #
- Breaking change. Renamed
VideoPlayerController.isErroneoustoVideoPlayerController.hasError. - Updated documentation of when fields are available on
VideoPlayerController. - Updated links in README.md.
0.1.1 #
- Simplified and upgraded Android project template to Android SDK 27.
- Moved Android package to io.flutter.plugins.
- Fixed warnings from the Dart 2.0 analyzer.
0.1.0 #
- Breaking change. Upgraded to Gradle 4.1 and Android Studio Gradle plugin 3.0.1. Older Flutter projects need to upgrade their Gradle setup as well in order to use this version of the plugin. Instructions can be found here.
0.0.7 #
- Added access to the video size.
- Made the VideoProgressIndicator render using a LinearProgressIndicator.
0.0.6 #
- Fixed a bug related to hot restart on Android.
0.0.5 #
- Added VideoPlayerValue.toString().
- Added FLT prefix to iOS types.
0.0.4 #
- The player will now pause on app pause, and resume on app resume.
- Implemented scrubbing on the progress bar.
0.0.3 #
- Made creating a VideoPlayerController a synchronous operation. Must be followed by a call to initialize().
- Added VideoPlayerController.setVolume().
- Moved the package to flutter/plugins github repo.
0.0.2 #
- Fix meta dependency version.
0.0.1 #
- Initial release



