diff --git a/packages/video_player/video_player/example/lib/main.dart b/packages/video_player/video_player/example/lib/main.dart index c3aa5fc7649a..296fbb1f256e 100644 --- a/packages/video_player/video_player/example/lib/main.dart +++ b/packages/video_player/video_player/example/lib/main.dart @@ -57,7 +57,7 @@ class _App extends StatelessWidget { ), ), body: TabBarView( - children: Platform.isIOS + children: Platform.isIOS || Platform.isAndroid ? [ _ViewTypeTabBar( builder: (VideoViewType viewType) =>