Skip to content

Commit ebb29b5

Browse files
committed
update readme
1 parent ff50acc commit ebb29b5

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

README.md

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,20 @@ A Flutter project for the AMIA CIC Conference.
44

55
## Getting Started
66

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].
88

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
1110

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

0 commit comments

Comments
 (0)