File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 1.11.1]
2
+ * ⬆️ [ #875 ] ( https://github.com/fluttercommunity/chewie/pull/875 ) : Add background tap to pause video feature. Thanks [ Ortes] ( https://github.com/Ortes ) .
3
+ * 🛠️ [ #896 ] ( https://github.com/fluttercommunity/chewie/pull/896 ) : Fixed allowMute being ignored on Desktop. Thanks [ mpoimer] ( https://github.com/mpoimer ) .
4
+ * 🛠️ [ #910 ] ( https://github.com/fluttercommunity/chewie/pull/910 ) : Fix example on web. Thanks [ Ortes] ( https://github.com/Ortes ) .
5
+
1
6
## [ 1.11.0]
2
7
* ⬆️ [ #900 ] ( https://github.com/fluttercommunity/chewie/pull/900 ) : Flutter ` 3.29 ` upgrade. Thanks [ diegotori] ( https://github.com/diegotori ) .
3
8
* ** BREAKING CHANGE** : Library now requires at least Flutter version ` 3.27.0 ` , for real this time.
Original file line number Diff line number Diff line change 1
- import 'dart:io' ;
2
1
3
2
import 'package:chewie/chewie.dart' ;
4
3
import 'package:chewie_example/app/theme.dart' ;
Original file line number Diff line number Diff line change 1
1
name : chewie
2
2
description : A video player for Flutter with Cupertino and Material play controls
3
- version : 1.11.0
3
+ version : 1.11.1
4
4
homepage : https://github.com/fluttercommunity/chewie
5
5
6
6
environment :
You can’t perform that action at this time.
0 commit comments