ソースを参照

Fixed analysis warnings in zefyr package

Anatoly Pulyaevskiy 6 年 前
コミット
1a8ee4af62
共有3 個のファイルを変更した4 個の追加5 個の削除を含む
  1. 1
    1
      packages/notus/pubspec.yaml
  2. 0
    1
      packages/zefyr/lib/zefyr.dart
  3. 3
    3
      packages/zefyr/pubspec.yaml

+ 1
- 1
packages/notus/pubspec.yaml ファイルの表示

@@ -9,7 +9,7 @@ environment:
9 9
 
10 10
 dependencies:
11 11
   collection: ^1.14.6
12
-  meta: ^1.1.6
12
+  meta: ^1.1.0
13 13
   quill_delta: ^1.0.0-dev
14 14
   quiver_hashcode: ^1.0.0
15 15
 

+ 0
- 1
packages/zefyr/lib/zefyr.dart ファイルの表示

@@ -24,4 +24,3 @@ export 'src/widgets/selection.dart' hide SelectionHandleDriver;
24 24
 export 'src/widgets/theme.dart';
25 25
 export 'src/widgets/toolbar.dart';
26 26
 //export 'src/widgets/render_context.dart';
27
-

+ 3
- 3
packages/zefyr/pubspec.yaml ファイルの表示

@@ -1,11 +1,11 @@
1 1
 name: zefyr
2
-description: Rich text editor for Flutter.
2
+description: Clean, minimalistic and collaboration-ready rich text editor for Flutter.
3 3
 version: 0.1.1
4 4
 author: Anatoly Pulyaevskiy <anatoly.pulyaevskiy@gmail.com>
5
-homepage: https://github.com/pulyaevskiy/zefyr
5
+homepage: https://github.com/memspace/zefyr
6 6
 
7 7
 environment:
8
-  sdk: '>=2.0.0-dev.58.0 <2.0.0'
8
+  sdk: '>=2.0.0-dev.58.0 <3.0.0'
9 9
 
10 10
 dependencies:
11 11
   flutter: