Skip to content

Commit c3d401a

Browse files
updating section headings
1 parent f4c0442 commit c3d401a

File tree

1 file changed

+21
-14
lines changed

1 file changed

+21
-14
lines changed

README.md

Lines changed: 21 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,20 @@
11
# Flutter-Course-Resources
22

3+
## Section 1: Introduction to Cross-Platform Development with Flutter and Dart
4+
5+
* [Download the Course Syllabus](https://drive.google.com/uc?export=download&id=1itL9AXx7Z-RxFAjSLLhsTeTFZYrkfweR)
36
* [Cornell Note Taking System - App Brewery Template](https://drive.google.com/uc?export=download&id=1RfRLujREfLx1PSpw9bubNDsvRuknJ5ek)
47

5-
## Setting Up for Flutter Development
8+
9+
## Section 2: Setting Up for Flutter Development
610

711
* [Getting Started: Installing Flutter](https://flutter.dev/docs/get-started/install)
812
* [Git for Windows](https://git-scm.com/download/win)
913
* [Install Android Studio](https://developer.android.com/studio/)
1014
* [iOS Setup Instructions](https://flutter.dev/docs/get-started/install/macos#ios-setup)
1115

1216

13-
## 1. I Am Rich App
17+
## Section 3: I Am Rich - How to Create Flutter Apps from Scratch
1418

1519
* [Material Design](https://material.io/)
1620
* [Scaffold Documentation](https://docs.flutter.io/flutter/material/Scaffold-class.html)
@@ -21,18 +25,21 @@
2125
* [Learn More About the Pubspec File](https://www.dartlang.org/tools/pub/pubspec)
2226
* [Adding Assets](https://flutter.dev/docs/development/ui/assets-and-images)
2327
* [Generating App Icons with AppIcon.co](https://appicon.co/)
28+
29+
## Section 4: Running Your App on a Physical Device
30+
2431
* [Flutter Documentation on Deploying to Physical iOS Devices](https://flutter.dev/docs/get-started/install/macos#deploy-to-ios-devices)
2532
* [Homebrew for MacOS](https://brew.sh/)
2633
* [Troubleshooting: Physical iOS Device Testing](https://blog.londonappbrewery.com/troubleshooting-ios-device-testing-for-flutter-38c5da239e62)
2734
* [Troubleshooting: Physical Android Device Testing](https://blog.londonappbrewery.com/troubleshooting-android-device-testing-on-windows-a2b5d779df08)
2835

29-
## 2. I Am Poor App
36+
## Section 5: I Am Poor - App Challenge
3037

3138
* [Icons8](https://icons8.com/)
3239
* [Vecteezy](https://www.vecteezy.com/)
3340
* [Canva](https://www.canva.com/)
3441

35-
## 3. MiCard App
42+
## Section 6: MiCard - How to Build Beautiful UIs with Flutter Widgets
3643

3744
* [MiCard Stub Project](https://github.com/londonappbrewery/mi_card_flutter)
3845
* [Widgets Catalogue](https://flutter.dev/docs/development/ui/widgets)
@@ -50,7 +57,7 @@
5057
* [The ListTile Class](https://docs.flutter.io/flutter/material/ListTile-class.html)
5158
* [Flutter's Horizontal Rule - The Divider](https://docs.flutter.io/flutter/material/Divider-class.html)
5259

53-
## 4. Dicee App
60+
## Section 7: Dicee - Building Apps with State
5461

5562
* [Dicee Stub Project](https://github.com/londonappbrewery/dicee-flutter)
5663
* [Expanded Class](https://docs.flutter.io/flutter/widgets/Expanded-class.html)
@@ -60,11 +67,11 @@
6067
* [Dart Math Library](https://api.dartlang.org/stable/2.2.0/dart-math/dart-math-library.html)
6168
* [Random Class](https://api.dartlang.org/stable/2.2.0/dart-math/Random-class.html)
6269

63-
## 5. Magic 8 Ball Challenge
70+
## Section 8: Boss Level Challenge 1 - Magic 8 Ball
6471

6572
* [Magic 8 Ball Stub](https://github.com/londonappbrewery/magic-8-ball-flutter)
6673

67-
## 6. Xylophone App
74+
## Section 9: Xylophone - Using Flutter and Dart Packages to Speed Up Development
6875

6976
* [XyloPhone Stub Project](https://github.com/londonappbrewery/xylophone-flutter)
7077
* [Flutter Packages](https://pub.dartlang.org/flutter)
@@ -73,7 +80,7 @@
7380
* [AudioCache Documentation](https://github.com/luanpotter/audioplayers/blob/master/doc/audio_cache.md)
7481
* [DartPad Functions Exercise](https://dartpad.dartlang.org/4bf7549c820d1adb4be8673e92820e43)
7582

76-
## 7. Quizzler App
83+
## Section 10: Quizzler - Modularising & Organising Flutter Code
7784

7885
* [Quizzler Stub Project](https://github.com/londonappbrewery/quizzler-flutter)
7986
* [List Gist for DartPad List Practice](https://gist.github.com/angelabauer/f9db1b64cf51623d42b1ac1722bd016c)
@@ -82,11 +89,11 @@
8289
* [Dart Constructors](https://www.dartlang.org/guides/language/language-tour#constructors)
8390
* [Quizzler Starting File for Challenge](https://github.com/londonappbrewery/quizzler-flutter-challenge-starting)
8491

85-
## 8. Destini Challenge
92+
## Section 11: Boss Level Challenge 2 - Destini
8693

8794
* [Destini Stub](https://github.com/londonappbrewery/destini-challenge-starting)
8895

89-
## 9. BMI App
96+
## Section 12: BMI Calculator - Building Flutter UIs for Intermediates
9097

9198
* [BMI Stub Project](https://github.com/londonappbrewery/bmi-calculator-flutter)
9299
* [Dribbble: Find Designers and Design inspiration](https://dribbble.com/)
@@ -111,7 +118,7 @@
111118
* [Navigate with Named Routes](https://flutter.dev/docs/cookbook/navigation/named-routes)
112119
* [Definition of the Body Mass Index (BMI)](https://en.wikipedia.org/wiki/Body_mass_index)
113120

114-
## 10. Clima App
121+
## Section 13: Clima - Powering Your Flutter App with Live Weather Web Data
115122

116123
* [Clima Stub Project](https://github.com/londonappbrewery/Clima-Flutter)
117124
* [Get the Location using the Geolocator Package](https://pub.dartlang.org/packages/geolocator)
@@ -134,7 +141,7 @@
134141
* [Create and Style a TextField](https://flutter.dev/docs/cookbook/forms/text-input)
135142
* [The TextField Class](https://docs.flutter.io/flutter/material/TextField-class.html)
136143

137-
## 11. Am I Rich? (a.k.a. Bitcoin Ticker)
144+
## Section 14: Boss Level Challenge 3 - Bitcoin Ticker (a.k.a. Am I Rich?)
138145

139146
* [Bitcoin Ticker Stub Project](https://github.com/londonappbrewery/bitcoin-ticker-flutter)
140147
* [Flutter DropdownButton](https://docs.flutter.io/flutter/material/DropdownButton-class.html)
@@ -148,7 +155,7 @@
148155
* [Silver Challenge Starter Code](https://github.com/londonappbrewery/bitcoin-flutter-silver-start)
149156
* [Gold Challenge Starter Code](https://github.com/londonappbrewery/bitcoin-flutter-gold-start)
150157

151-
## 12. Flash Chat
158+
## Section 15: Flash Chat - Flutter x Firebase Cloud Firestore
152159

153160
* [Flash Chat Stub Project](https://github.com/londonappbrewery/flash-chat-flutter)
154161
* [Dart Language Keywords](https://www.dartlang.org/guides/language/language-tour#keywords)
@@ -175,7 +182,7 @@
175182
* [ListView Class Documentation](https://docs.flutter.io/flutter/widgets/ListView-class.html)
176183
* [Guide to the Firestore Security Rules](https://firebase.google.com/docs/firestore/security/get-started)
177184

178-
## 13. Flutter State Management
185+
## Section 16: Flutter State Management
179186

180187
* [Todoey Stub Project](https://github.com/londonappbrewery/todoey-flutter)
181188
* [Todoey Design Guide](https://drive.google.com/uc?export=download&id=1Kz6y_DZA6slg-56kktB4Svkk1XNY8ACX)

0 commit comments

Comments
 (0)