- Adds compatibilty with version 6.0 of the platform interface.
- Fixes file URI construction in example.
- Updates code for new analysis options.
- Adds an integration test for a bug where the aspect ratios of some HLS videos are incorrectly inverted.
- Removes an unnecessary override in example code.
- Fixes a bug where the aspect ratio of some HLS videos are incorrectly inverted.
- Updates code for
no_leading_underscores_for_local_identifiers
lint.
- Fixes a bug in iOS 16 where videos from protected live streams are not shown.
- Updates minimum Flutter version to 2.10.
- Fixes violations of new analysis option use_named_constants.
- Fixes avoid_redundant_argument_values lint warnings and minor typos.
- Ignores unnecessary import warnings in preparation for upcoming Flutter changes.
- Updates references to the obsolete master branch.
- Removes unnecessary imports.
- Fixes library_private_types_in_public_api, sort_child_properties_last and use_key_in_widget_constructors lint warnings.
- Fix XCUITest based on the new voice over announcement for tooltips. See: flutter/flutter#87684
- Applies the standardized transform for videos with different orientations.
- Renames internal method channels to avoid potential confusion with the default implementation's method channel.
- Updates Pigeon to 2.0.1.
- Updates Pigeon to ^1.0.16.
- Wait to initialize m3u8 videos until size is set, fixing aspect ratio.
- Adjusts test timeouts for network-dependent native tests to avoid flake.
- Splits from
video_player
as a federated implementation.