You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Magpie Workflow is a visualized platform which is designed to create, develop and compile your
10
11
standalone flutter module;
11
12
12
-
It's designed to manage the complexity of building mixed flutter apps, connect developers and flutter like the Magpie Bridge. This project has three parts:
13
+
It's designed to manage the complexity of building mixed flutter apps, connect developers and flutter like the Magpie Bridge. This project has three parts:
13
14
* cli: similar to flutter tool, used to create template project and start the web server;
14
15
* workflow web: A flutter-web application used to develop & compile the flutter module;
15
16
* workflow server:A dart server work with flutter-web;
@@ -22,18 +23,17 @@ It's designed to manage the complexity of building mixed flutter apps, connect
22
23
23
24
### Install cli
24
25
25
-
Make sure you have already installed the flutter sdk, the version should be **v1.12.x**
26
-
If you haven't configure the flutter and dart environment, follow the guide at [Magpie CLI#environment](CLI.md)。
26
+
Make sure you have already installed the flutter sdk, the version should be **v1.12.x**.
27
+
If you haven't configure the flutter and dart environment, follow the guide at [Magpie CLI#environment](CLI.md#%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E9%85%8D%E7%BD%AE)。
27
28
28
29
```shell
29
30
pub global activate magpie_cli
30
31
```
31
32
32
-
For details about cli development, go to [cli](CLI.md).
33
-
34
33
### Start Workflow
35
34
36
35
Since you've installed the `mgpcli`, you may start to create a flutter module project now:
36
+
37
37
**1.Create module project**
38
38
39
39
```shell
@@ -65,7 +65,7 @@ Work with Magpie Workflow, it's native sdk which should be integrated into App.
65
65
66
66
> Magpie Fly
67
67
68
-
A Flutter UIKit.[https://github.com/wuba/magpie_fly](https://github.com/wuba/magpie_fly)
68
+
A Flutter UIKit.[https://github.com/wuba/magpie_fly](https://github.com/wuba/magpie_fly)
0 commit comments