You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* ⬆️ [#617](https://github.com/fluttercommunity/chewie/pull/617): Allow video zooming with InteractiveViewer widget. Thanks [jmsanc](https://github.com/jmsanc).
3
6
@@ -10,8 +13,8 @@
10
13
11
14
```dart
12
15
typedef ChewieRoutePageBuilder = Widget Function(
13
-
BuildContext context,
14
-
Animation<double> animation,
16
+
BuildContext context,
17
+
Animation<double> animation,
15
18
Animation<double> secondaryAnimation,
16
19
_ChewieControllerProvider controllerProvider,
17
20
);
@@ -21,14 +24,14 @@
21
24
22
25
```dart
23
26
typedef ChewieRoutePageBuilder = Widget Function(
24
-
BuildContext context,
25
-
Animation<double> animation,
27
+
BuildContext context,
28
+
Animation<double> animation,
26
29
Animation<double> secondaryAnimation,
27
30
ChewieControllerProvider controllerProvider,
28
31
);
29
32
```
30
33
31
-
TL;DR: We had to make `_ChewieControllerProvider` public.
34
+
TL;DR: We had to make `_ChewieControllerProvider` public.
32
35
33
36
* 🛠️ Fixed lint and formatting problems
34
37
* 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).
0 commit comments