File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,16 @@ To use Zulip on iOS or Android, install the [official mobile Zulip client][].
14
14
15
15
## Getting started in developing this prototype
16
16
17
+ ### Setting up
18
+
19
+ 1 . Follow the [ Flutter installation guide] ( https://docs.flutter.dev/get-started/install )
20
+ for your platform of choice.
21
+ 2 . Switch to the latest version of Flutter by running ` flutter channel main `
22
+ and ` flutter upgrade ` (see [ Dependencies] ( #dependencies ) below).
23
+ 3 . Ensure Flutter is correctly configured by running ` flutter doctor ` .
24
+ 4 . Start the app with ` flutter run ` , or from your IDE.
25
+
26
+
17
27
### Flutter help
18
28
19
29
A few resources to get you started if this is your first Flutter project:
@@ -25,12 +35,6 @@ For help getting started with Flutter development, view the
25
35
[ online documentation] ( https://docs.flutter.dev/ ) , which offers tutorials,
26
36
samples, guidance on mobile development, and a full API reference.
27
37
28
- ### App Setup
29
-
30
- 1 . Follow the [ Flutter installation guide] ( https://docs.flutter.dev/get-started/install ) for your platform of choice
31
- 2 . Pin to the latest version of Flutter by running ` flutter channel main ` and ` flutter upgrade ` (see [ Dependencies] ( #dependencies ) below)
32
- 3 . Ensure Flutter is correctly configured by running ` flutter doctor `
33
- 4 . Start the app with ` flutter run `
34
38
35
39
### Dependencies
36
40
You can’t perform that action at this time.
0 commit comments