File tree Expand file tree Collapse file tree 1 file changed +15
-6
lines changed Expand file tree Collapse file tree 1 file changed +15
-6
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,20 @@ A Flutter project for the AMIA CIC Conference.
4
4
5
5
## Getting Started
6
6
7
- A few resources to get you started if this is your first Flutter project:
7
+ Follow these steps to [ install Flutter ] [ install_flutter ] and [ install Dart ] [ install_dart ] .
8
8
9
- - [ Lab: Write your first Flutter app] ( https://flutter.dev/docs/get-started/codelab )
10
- - [ Cookbook: Useful Flutter samples] ( https://flutter.dev/docs/cookbook )
9
+ ## Branches
11
10
12
- For help getting started with Flutter, view our
13
- [ online documentation] ( https://flutter.dev/docs ) , which offers tutorials,
14
- samples, guidance on mobile development, and a full API reference.
11
+ This demo is part of a lecture series teaching Flutter on a basic to intermediate level. It is separated into branches:
12
+
13
+ - ` demo/0_initial_commit ` "barebones" application with only a Text and MaterialApp widgets
14
+ - ` demo/1_widgets ` branch for covering "Widgets" and "Working with packages"
15
+ - ` demo/2_screens_nav ` branch for covering "Screens / Navigation"
16
+ - ` demo/3_lists_gridviews_dashboard ` branch for covering "Lists / Gridviews"
17
+ - ` demo/4_services_checkin ` branch for covering "Services"
18
+ - ` demo/5_fire_fhir ` branch where Firebase connections can be made
19
+ - ` demo/6_sandbox ` Sandbox / Liveshare branch
20
+
21
+ <!-- Links -->
22
+ [ install_flutter ] : https://flutter.dev/docs/get-started/install
23
+ [ install_dart ] : https://dart.dev/get-dart
You can’t perform that action at this time.
0 commit comments