|
@@ -146,12 +146,6 @@ class _ChewiePlayerState extends State<Chewie> {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- @override
|
|
|
|
|
- void dispose() {
|
|
|
|
|
- _controller.dispose();
|
|
|
|
|
- super.dispose();
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
Future<dynamic> _pushFullScreenWidget(BuildContext context) async {
|
|
Future<dynamic> _pushFullScreenWidget(BuildContext context) async {
|
|
|
final isAndroid = Theme.of(context).platform == TargetPlatform.android;
|
|
final isAndroid = Theme.of(context).platform == TargetPlatform.android;
|
|
|
final TransitionRoute<Null> route = new PageRouteBuilder<Null>(
|
|
final TransitionRoute<Null> route = new PageRouteBuilder<Null>(
|