Преглед изворни кода

Depend on git version of notus

Anatoly Pulyaevskiy пре 6 година
родитељ
комит
2854c595d3
1 измењених фајлова са 4 додато и 2 уклоњено
  1. 4
    2
      packages/zefyr/pubspec.yaml

+ 4
- 2
packages/zefyr/pubspec.yaml Прегледај датотеку

@@ -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: