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][].
1414
1515## Getting started in developing this prototype
1616
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+
1727### Flutter help
1828
1929A 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
2535[ online documentation] ( https://docs.flutter.dev/ ) , which offers tutorials,
2636samples, guidance on mobile development, and a full API reference.
2737
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 `
3438
3539### Dependencies
3640
You can’t perform that action at this time.
0 commit comments