|
@@ -15,8 +15,7 @@ For documentation see [https://github.com/memspace/zefyr](https://github.com/mem
|
15
|
15
|
|
16
|
16
|
Official releases of Zefyr can be installed from Dart's Pub package repository.
|
17
|
17
|
|
18
|
|
-> Note that versions from Pub track stable channel of Flutter. If you are on master channel
|
19
|
|
-> check out instructions below in this document.
|
|
18
|
+> Note that versions from Pub track stable channel of Flutter.
|
20
|
19
|
|
21
|
20
|
|
22
|
21
|
To install Zefyr from Pub add `zefyr` package as a dependency to your `pubspec.yaml`:
|
|
@@ -28,20 +27,5 @@ dependencies:
|
28
|
27
|
|
29
|
28
|
And run `flutter packages get`.
|
30
|
29
|
|
31
|
|
-#### Installing version of Zefyr compatible with master channel of Flutter.
|
32
|
|
-
|
33
|
|
-You need to add git dependency to your pubspec.yaml that points to `flutter-master` branch:
|
34
|
|
-
|
35
|
|
-```yaml
|
36
|
|
-dependencies:
|
37
|
|
- zefyr:
|
38
|
|
- git:
|
39
|
|
- url: https://github.com/memspace/zefyr.git
|
40
|
|
- ref: flutter-master
|
41
|
|
- path: packages/zefyr
|
42
|
|
-```
|
43
|
|
-
|
44
|
|
-And run `flutter packages get`.
|
45
|
|
-
|
46
|
|
-Continue to [https://github.com/memspace/zefyr/blob/master/doc/quick_start.md](documentation) to
|
|
30
|
+Continue to [https://github.com/memspace/zefyr/blob/master/doc/concepts/quick_start.md](documentation) to
|
47
|
31
|
learn more about Zefyr and how to use it in your projects.
|