diff --git a/packages/video_player/CHANGELOG.md b/packages/video_player/CHANGELOG.md index 207a9ca272ce..795d97fdb960 100644 --- a/packages/video_player/CHANGELOG.md +++ b/packages/video_player/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.10.1+7 + +* Fix tests by ignoring deprecated member use. + ## 0.10.1+6 * [iOS] Fixed a memory leak with notification observing. diff --git a/packages/video_player/example/lib/main.dart b/packages/video_player/example/lib/main.dart index 320df27c8e3e..dea1086593df 100644 --- a/packages/video_player/example/lib/main.dart +++ b/packages/video_player/example/lib/main.dart @@ -246,6 +246,8 @@ Widget buildCard(String title) { leading: const Icon(Icons.airline_seat_flat_angled), title: Text(title), ), + // TODO(jackson): Remove when deprecation is on stable branch + // ignore: deprecated_member_use ButtonTheme.bar( child: ButtonBar( children: [ diff --git a/packages/video_player/pubspec.yaml b/packages/video_player/pubspec.yaml index 218c50f64349..72ec7fa55b62 100644 --- a/packages/video_player/pubspec.yaml +++ b/packages/video_player/pubspec.yaml @@ -2,7 +2,7 @@ name: video_player description: Flutter plugin for displaying inline video with other Flutter widgets on Android and iOS. author: Flutter Team -version: 0.10.1+6 +version: 0.10.1+7 homepage: https://github.com/flutter/plugins/tree/master/packages/video_player flutter: