Browse Source

Switched to hosted version of notus; fixed sdk constraint

Anatoly Pulyaevskiy 6 years ago
parent
commit
393d306a31
1 changed files with 4 additions and 4 deletions
  1. 4
    4
      packages/zefyr/pubspec.yaml

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

@@ -4,6 +4,9 @@ version: 0.1.0
4 4
 author: Anatoly Pulyaevskiy <anatoly.pulyaevskiy@gmail.com>
5 5
 homepage: https://github.com/pulyaevskiy/zefyr
6 6
 
7
+environment:
8
+  sdk: '>=2.0.0-dev.58.0 <2.0.0'
9
+
7 10
 dependencies:
8 11
   flutter:
9 12
     sdk: flutter
@@ -11,10 +14,7 @@ dependencies:
11 14
   url_launcher: ^3.0.0
12 15
   image_picker: ^0.4.5
13 16
   quill_delta: ^1.0.0-dev.1.0
14
-  notus:
15
-    git:
16
-      url: https://github.com/memspace/zefyr.git
17
-      path: packages/notus
17
+  notus: ^0.1.0
18 18
 
19 19
 dev_dependencies:
20 20
   flutter_test: