Browse Source

Merge pull request #81 from memspace/upgrade-deps

Upgraded dependencies to latest
Anatoly Pulyaevskiy 6 years ago
parent
commit
960c497383
No account linked to committer's email address

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

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
 ## 0.3.1
9
 ## 0.3.1
2
 
10
 
3
 - Fixed autofocus not being triggered when set to `true` for the first time.
11
 - Fixed autofocus not being triggered when set to `true` for the first time.

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

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

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

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