Browse Source

Depend on git version of notus

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

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

8
   flutter:
8
   flutter:
9
     sdk: flutter
9
     sdk: flutter
10
   collection: ^1.14.6
10
   collection: ^1.14.6
11
-  notus:
12
-    path: ../notus
13
   url_launcher: ^3.0.0
11
   url_launcher: ^3.0.0
14
   quill_delta: ^1.0.0-dev.1.0
12
   quill_delta: ^1.0.0-dev.1.0
13
+  notus:
14
+    git:
15
+      url: git@github.com:memspace/zefyr.git
16
+      path: packages/notus
15
 
17
 
16
 dev_dependencies:
18
 dev_dependencies:
17
   flutter_test:
19
   flutter_test: