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
Copy file name to clipboardExpand all lines: packages/camera/camera_avfoundation/ios/camera_avfoundation/Sources/camera_avfoundation/DefaultCamera.swift
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -105,10 +105,9 @@ final class DefaultCamera: FLTCam, Camera {
- Updates Type-safe routes topic documentation to use the mixin from `go_router_builder` 3.0.0.
11
+
12
+
## 15.2.2
13
+
14
+
- Fixes calling `PopScope.onPopInvokedWithResult` in branch routes.
15
+
16
+
## 15.2.1
17
+
18
+
* Fixes Popping state and re-rendering scaffold at the same time doesn't update the URL on web.
19
+
8
20
## 15.2.0
9
21
10
-
-`GoRouteData` now defines `.location`, `.go(context)`, `.push(context)`, `.pushReplacement(context)`, and `replace(context)` to be used for [Type-safe routing](https://pub.dev/documentation/go_router/latest/topics/Type-safe%20routes-topic.html). **Requires go_router_builder >= 3.0.0**.
22
+
*`GoRouteData` now defines `.location`, `.go(context)`, `.push(context)`, `.pushReplacement(context)`, and `replace(context)` to be used for [Type-safe routing](https://pub.dev/documentation/go_router/latest/topics/Type-safe%20routes-topic.html). **Requires go_router_builder >= 3.0.0**.
11
23
12
24
## 15.1.3
13
25
14
-
- Updates minimum supported SDK version to Flutter 3.27/Dart 3.6.
15
-
- Fixes typo in API docs.
26
+
* Updates minimum supported SDK version to Flutter 3.27/Dart 3.6.
0 commit comments