flutter_to_airplay
Flutter plugin that offers two widgets, one to play a video for given url or file path using native AVPlayer and second with an option to airplay it on available Apple devices.
2.1.0
6.8K downloads/mo
#3442 most downloaded on pub.dev
MrJai/flutter_to_airplay
What this package is like to depend on
Last release 11 months ago
23 Sep 2025
Release timing varies
gaps range from 1 weeks to 1.7 years
Nearly every release is documented
notes for 12 of 12 stable releases
Nothing withdrawn
no release was ever pulled
6 years old
12 releases · first in 2020
1 release in the last 12 months
see the full history below
Release timeline
12 releases · Aug 2020 to Sep 2025Releases
latest 12-
2.1.023 Sep 2025Release notes
Open source →Breaking Changes:
filePathinFlutterAVPlayerViewis used for files stored in the TemporaryDirectory and the newassetPathis used for assets stored in therootBundleof your application.iOS26 is fully suppported.
-
2.0.528 May 2024 -
2.0.419 Apr 2023Release notes
Open source →- feat: Widget AirPlayRoutePickerView accept onShowPickerView and onClosePickerView callbacks to detect picker states
- feat: Widget AirPlayIconButton show AirPlayRoutePickerView. This button uses your app theme and IconButton style
-
2.0.331 Mar 2023 -
2.0.207 Aug 2021Release notes
Open source →- fixed a use case where airplay_route_picker_view was causing a crash if not wrapped in a widget with size. now the widget will have predefined 44 x 44 size, but user can customise it to their use.
-
2.0.105 Aug 2021Release notes
Open source →- Add some examples for frequently asked cases.
- Example to show reading video from file.
- Example to show reading video from URL.
- Example to show how user can add any icon instead of default Airplay icon.
- Add some examples for frequently asked cases.
-
2.0.011 May 2021 -
1.0.401 Sep 2020Release notes
Open source →- Fix a crash in AirPlayRoutePickerView when user opens it for the second time.
-
1.0.324 Aug 2020 -
1.0.222 Aug 2020Release notes
Open source →- Add Doc comments those can be used by DartDoc to generate beautiful documentation pages.
-
1.0.122 Aug 2020Release notes
Open source →- Update the formatting as per pub.dev suggestions.
- Add proper comments to the API.
-
1.0.022 Aug 2020Release notes
Open source →This version includes two widgets
1- FlutterAVPlayerView: to play a video for given url or file path using native AVPlayer.
2- AirPlayRoutePickerView: with an option to airplay it on available Apple devices.
Both of these widgets can be used in the same app or separately.