Browse Source

Upgraded url_launcher

Anatoly Pulyaevskiy 6 years ago
parent
commit
60e85bd98f

+ 2
- 1
packages/zefyr/CHANGELOG.md View File

9
 There is also new `ZefyrField` widget which integrates Zefyr with material design decorations.
9
 There is also new `ZefyrField` widget which integrates Zefyr with material design decorations.
10
 
10
 
11
 * Breaking change: `ZefyrEditor` requires an ancestor `ZefyrScaffold`.
11
 * Breaking change: `ZefyrEditor` requires an ancestor `ZefyrScaffold`.
12
+* Upgraded to `url_launcher` version 4.0.0.
12
 * Exposed `ZefyrEditor.physics` property to allow customization of `ScrollPhysics`.
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
 ## 0.2.0
16
 ## 0.2.0
16
 
17
 

+ 1
- 1
packages/zefyr/analysis_options.yaml View File

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

+ 0
- 1
packages/zefyr/lib/src/widgets/toolbar.dart View File

8
 import 'package:notus/notus.dart';
8
 import 'package:notus/notus.dart';
9
 
9
 
10
 import 'buttons.dart';
10
 import 'buttons.dart';
11
-import 'controller.dart';
12
 import 'editor.dart';
11
 import 'editor.dart';
13
 import 'theme.dart';
12
 import 'theme.dart';
14
 
13
 

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

11
   flutter:
11
   flutter:
12
     sdk: flutter
12
     sdk: flutter
13
   collection: ^1.14.6
13
   collection: ^1.14.6
14
-  url_launcher: ^3.0.0
14
+  url_launcher: ^4.0.0
15
   image_picker: ^0.4.5
15
   image_picker: ^0.4.5
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