Skip to content

Commit 064b7da

Browse files
committed
Version 1.3.2. Adds PR #626.
1 parent b75475c commit 064b7da

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

CHANGELOG.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 1.3.2
2+
* ⬆️ [#626](https://github.com/fluttercommunity/chewie/pull/626): Added customizable timer to hide controls. Thanks [BuginRug](https://github.com/BuginRug).
3+
14
## 1.3.1
25
* ⬆️ [#617](https://github.com/fluttercommunity/chewie/pull/617): Allow video zooming with InteractiveViewer widget. Thanks [jmsanc](https://github.com/jmsanc).
36

@@ -10,8 +13,8 @@
1013

1114
```dart
1215
typedef ChewieRoutePageBuilder = Widget Function(
13-
BuildContext context,
14-
Animation<double> animation,
16+
BuildContext context,
17+
Animation<double> animation,
1518
Animation<double> secondaryAnimation,
1619
_ChewieControllerProvider controllerProvider,
1720
);
@@ -21,14 +24,14 @@
2124

2225
```dart
2326
typedef ChewieRoutePageBuilder = Widget Function(
24-
BuildContext context,
25-
Animation<double> animation,
27+
BuildContext context,
28+
Animation<double> animation,
2629
Animation<double> secondaryAnimation,
2730
ChewieControllerProvider controllerProvider,
2831
);
2932
```
3033

31-
TL;DR: We had to make `_ChewieControllerProvider` public.
34+
TL;DR: We had to make `_ChewieControllerProvider` public.
3235

3336
* 🛠️ Fixed lint and formatting problems
3437
* Under New Management under the auspices of [Flutter Community](https://github.com/fluttercommunity), and new maintainers [diegotori](https://github.com/diegotori) and [maherjaafar](https://github.com/maherjaafar).

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: chewie
22
description: A video player for Flutter with Cupertino and Material play controls
3-
version: 1.3.1
3+
version: 1.3.2
44
homepage: https://github.com/fluttercommunity/chewie
55

66
environment:

0 commit comments

Comments
 (0)