Explorar el Código

Depend on git version of notus

Anatoly Pulyaevskiy hace 6 años
padre
commit
2854c595d3
Se han modificado 1 ficheros con 4 adiciones y 2 borrados
  1. 4
    2
      packages/zefyr/pubspec.yaml

+ 4
- 2
packages/zefyr/pubspec.yaml Ver fichero

@@ -8,10 +8,12 @@ dependencies:
8 8
   flutter:
9 9
     sdk: flutter
10 10
   collection: ^1.14.6
11
-  notus:
12
-    path: ../notus
13 11
   url_launcher: ^3.0.0
14 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 18
 dev_dependencies:
17 19
   flutter_test: