Kaynağa Gözat

Upgraded url_launcher

Anatoly Pulyaevskiy 6 yıl önce
ebeveyn
işleme
60e85bd98f

+ 2
- 1
packages/zefyr/CHANGELOG.md Dosyayı Görüntüle

@@ -9,8 +9,9 @@ and readme for more details.
9 9
 There is also new `ZefyrField` widget which integrates Zefyr with material design decorations.
10 10
 
11 11
 * Breaking change: `ZefyrEditor` requires an ancestor `ZefyrScaffold`.
12
+* Upgraded to `url_launcher` version 4.0.0.
12 13
 * Exposed `ZefyrEditor.physics` property to allow customization of `ScrollPhysics`.
13
-* Added basic `ZefyrField` widget.
14
+* Added basic `ZefyrField` widget with material design decorations.
14 15
 
15 16
 ## 0.2.0
16 17
 

+ 1
- 1
packages/zefyr/analysis_options.yaml Dosyayı Görüntüle

@@ -1,6 +1,6 @@
1 1
 analyzer:
2 2
   language:
3
-    enableSuperMixins: true
3
+#    enableSuperMixins: true
4 4
 
5 5
 # Lint rules and documentation, see http://dart-lang.github.io/linter/lints
6 6
 linter:

+ 0
- 1
packages/zefyr/lib/src/widgets/toolbar.dart Dosyayı Görüntüle

@@ -8,7 +8,6 @@ import 'package:flutter/material.dart';
8 8
 import 'package:notus/notus.dart';
9 9
 
10 10
 import 'buttons.dart';
11
-import 'controller.dart';
12 11
 import 'editor.dart';
13 12
 import 'theme.dart';
14 13
 

+ 1
- 1
packages/zefyr/pubspec.yaml Dosyayı Görüntüle

@@ -11,7 +11,7 @@ dependencies:
11 11
   flutter:
12 12
     sdk: flutter
13 13
   collection: ^1.14.6
14
-  url_launcher: ^3.0.0
14
+  url_launcher: ^4.0.0
15 15
   image_picker: ^0.4.5
16 16
   quill_delta: ^1.0.0-dev.1.0
17 17
   notus: ^0.1.0