|
@@ -1,3 +1,11 @@
|
|
1
|
+## 0.4.0
|
|
2
|
+
|
|
3
|
+* Breaking change: upgraded `image_picker` to `^0.5.0` and `url_launcher` to `^5.0.0` which
|
|
4
|
+ requires migration to Android X. You must migrate your app in order to use this version.
|
|
5
|
+ For details on how to migrate see:
|
|
6
|
+ - https://flutter.io/docs/development/packages-and-plugins/androidx-compatibility
|
|
7
|
+ - https://developer.android.com/jetpack/androidx/migrate
|
|
8
|
+
|
1
|
9
|
## 0.3.1
|
2
|
10
|
|
3
|
11
|
- Fixed autofocus not being triggered when set to `true` for the first time.
|