Sfoglia il codice sorgente

Upgraded dependencies to latest

Anatoly Pulyaevskiy 5 anni fa
parent
commit
08ea27c99d

+ 8
- 0
packages/zefyr/CHANGELOG.md Vedi File

@@ -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.

+ 1
- 1
packages/zefyr/example/android/app/build.gradle Vedi File

@@ -25,7 +25,7 @@ apply plugin: 'com.android.application'
25 25
 apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
26 26
 
27 27
 android {
28
-    compileSdkVersion 27
28
+    compileSdkVersion 28
29 29
 
30 30
     lintOptions {
31 31
         disable 'InvalidPackage'

+ 3
- 3
packages/zefyr/pubspec.yaml Vedi File

@@ -1,6 +1,6 @@
1 1
 name: zefyr
2 2
 description: Clean, minimalistic and collaboration-ready rich text editor for Flutter.
3
-version: 0.3.1
3
+version: 0.4.0
4 4
 author: Anatoly Pulyaevskiy <anatoly.pulyaevskiy@gmail.com>
5 5
 homepage: https://github.com/memspace/zefyr
6 6
 
@@ -11,8 +11,8 @@ dependencies:
11 11
   flutter:
12 12
     sdk: flutter
13 13
   collection: ^1.14.6
14
-  url_launcher: ^4.0.0
15
-  image_picker: ^0.4.5
14
+  url_launcher: ^5.0.0
15
+  image_picker: ^0.5.0
16 16
   quill_delta: ^1.0.0-dev.1.0
17 17
   notus: ^0.1.0
18 18
   meta: ^1.1.0