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: programming/flutter/release-notes/flutter-1.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,15 @@ breadcrumbText: 1.x
11
11
12
12
# Release Notes for Flutter SDK - 1.x
13
13
14
+
## 1.4.0 (02/14/2025)
15
+
16
+
- Updated the Android Gradle Plugin (AGP) of the library to support the latest Flutter version. The lowest supported AGP version is 8.0.
17
+
18
+
## 1.3.2 (01/02/2025)
19
+
20
+
- Added a new method setFocus to trigger a auto-focus at the specified point.
21
+
- Added the support of the ultra-wide angle camera of iOS devices. Users can specify the CP_BACK_ULTRA_WIDE or CP_BACK_DUAL_WIDE_AUTO via the method selectCamera to use the ultra-wide camera.
22
+
14
23
## 1.3.1 (07/08/2024)
15
24
16
25
- Added a new method [`setDeviceFriendlyName`]({{ site.flutter-api }}barcode-reader.html#setdevicefriendlyname) to the class `DCVBarcodeReader` for users to set human readable names for the devices.
0 commit comments