diff --git a/README.md b/README.md index 6e8a870..d552bfa 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,12 @@ # Flutter-Course-Resources +## Section 1: Introduction to Cross-Platform Development with Flutter and Dart + +* [Download the Course Syllabus](https://drive.google.com/uc?export=download&id=1itL9AXx7Z-RxFAjSLLhsTeTFZYrkfweR) * [Cornell Note Taking System - App Brewery Template](https://drive.google.com/uc?export=download&id=1RfRLujREfLx1PSpw9bubNDsvRuknJ5ek) -## Setting Up for Flutter Development + +## Section 2: Setting Up for Flutter Development * [Getting Started: Installing Flutter](https://flutter.dev/docs/get-started/install) * [Git for Windows](https://git-scm.com/download/win) @@ -10,7 +14,7 @@ * [iOS Setup Instructions](https://flutter.dev/docs/get-started/install/macos#ios-setup) -## 1. I Am Rich App +## Section 3: I Am Rich - How to Create Flutter Apps from Scratch * [Material Design](https://material.io/) * [Scaffold Documentation](https://docs.flutter.io/flutter/material/Scaffold-class.html) @@ -21,18 +25,21 @@ * [Learn More About the Pubspec File](https://www.dartlang.org/tools/pub/pubspec) * [Adding Assets](https://flutter.dev/docs/development/ui/assets-and-images) * [Generating App Icons with AppIcon.co](https://appicon.co/) + +## Section 4: Running Your App on a Physical Device + * [Flutter Documentation on Deploying to Physical iOS Devices](https://flutter.dev/docs/get-started/install/macos#deploy-to-ios-devices) * [Homebrew for MacOS](https://brew.sh/) * [Troubleshooting: Physical iOS Device Testing](https://blog.londonappbrewery.com/troubleshooting-ios-device-testing-for-flutter-38c5da239e62) * [Troubleshooting: Physical Android Device Testing](https://blog.londonappbrewery.com/troubleshooting-android-device-testing-on-windows-a2b5d779df08) -## 2. I Am Poor App +## Section 5: I Am Poor - App Challenge * [Icons8](https://icons8.com/) * [Vecteezy](https://www.vecteezy.com/) * [Canva](https://www.canva.com/) -## 3. MiCard App +## Section 6: MiCard - How to Build Beautiful UIs with Flutter Widgets * [MiCard Stub Project](https://github.com/londonappbrewery/mi_card_flutter) * [Widgets Catalogue](https://flutter.dev/docs/development/ui/widgets) @@ -50,7 +57,7 @@ * [The ListTile Class](https://docs.flutter.io/flutter/material/ListTile-class.html) * [Flutter's Horizontal Rule - The Divider](https://docs.flutter.io/flutter/material/Divider-class.html) -## 4. Dicee App +## Section 7: Dicee - Building Apps with State * [Dicee Stub Project](https://github.com/londonappbrewery/dicee-flutter) * [Expanded Class](https://docs.flutter.io/flutter/widgets/Expanded-class.html) @@ -60,11 +67,11 @@ * [Dart Math Library](https://api.dartlang.org/stable/2.2.0/dart-math/dart-math-library.html) * [Random Class](https://api.dartlang.org/stable/2.2.0/dart-math/Random-class.html) -## 5. Magic 8 Ball Challenge +## Section 8: Boss Level Challenge 1 - Magic 8 Ball * [Magic 8 Ball Stub](https://github.com/londonappbrewery/magic-8-ball-flutter) -## 6. Xylophone App +## Section 9: Xylophone - Using Flutter and Dart Packages to Speed Up Development * [XyloPhone Stub Project](https://github.com/londonappbrewery/xylophone-flutter) * [Flutter Packages](https://pub.dartlang.org/flutter) @@ -73,7 +80,7 @@ * [AudioCache Documentation](https://github.com/luanpotter/audioplayers/blob/master/doc/audio_cache.md) * [DartPad Functions Exercise](https://dartpad.dartlang.org/4bf7549c820d1adb4be8673e92820e43) -## 7. Quizzler App +## Section 10: Quizzler - Modularising & Organising Flutter Code * [Quizzler Stub Project](https://github.com/londonappbrewery/quizzler-flutter) * [List Gist for DartPad List Practice](https://gist.github.com/angelabauer/f9db1b64cf51623d42b1ac1722bd016c) @@ -82,11 +89,11 @@ * [Dart Constructors](https://www.dartlang.org/guides/language/language-tour#constructors) * [Quizzler Starting File for Challenge](https://github.com/londonappbrewery/quizzler-flutter-challenge-starting) -## 8. Destini Challenge +## Section 11: Boss Level Challenge 2 - Destini * [Destini Stub](https://github.com/londonappbrewery/destini-challenge-starting) -## 9. BMI App +## Section 12: BMI Calculator - Building Flutter UIs for Intermediates * [BMI Stub Project](https://github.com/londonappbrewery/bmi-calculator-flutter) * [Dribbble: Find Designers and Design inspiration](https://dribbble.com/) @@ -111,7 +118,7 @@ * [Navigate with Named Routes](https://flutter.dev/docs/cookbook/navigation/named-routes) * [Definition of the Body Mass Index (BMI)](https://en.wikipedia.org/wiki/Body_mass_index) -## 10. Clima App +## Section 13: Clima - Powering Your Flutter App with Live Weather Web Data * [Clima Stub Project](https://github.com/londonappbrewery/Clima-Flutter) * [Get the Location using the Geolocator Package](https://pub.dartlang.org/packages/geolocator) @@ -134,7 +141,7 @@ * [Create and Style a TextField](https://flutter.dev/docs/cookbook/forms/text-input) * [The TextField Class](https://docs.flutter.io/flutter/material/TextField-class.html) -## 11. Am I Rich? (a.k.a. Bitcoin Ticker) +## Section 14: Boss Level Challenge 3 - Bitcoin Ticker (a.k.a. Am I Rich?) * [Bitcoin Ticker Stub Project](https://github.com/londonappbrewery/bitcoin-ticker-flutter) * [Flutter DropdownButton](https://docs.flutter.io/flutter/material/DropdownButton-class.html) @@ -148,7 +155,7 @@ * [Silver Challenge Starter Code](https://github.com/londonappbrewery/bitcoin-flutter-silver-start) * [Gold Challenge Starter Code](https://github.com/londonappbrewery/bitcoin-flutter-gold-start) -## 12. Flash Chat +## Section 15: Flash Chat - Flutter x Firebase Cloud Firestore * [Flash Chat Stub Project](https://github.com/londonappbrewery/flash-chat-flutter) * [Dart Language Keywords](https://www.dartlang.org/guides/language/language-tour#keywords) @@ -175,7 +182,7 @@ * [ListView Class Documentation](https://docs.flutter.io/flutter/widgets/ListView-class.html) * [Guide to the Firestore Security Rules](https://firebase.google.com/docs/firestore/security/get-started) -## 13. Flutter State Management +## Section 16: Flutter State Management * [Todoey Stub Project](https://github.com/londonappbrewery/todoey-flutter) * [Todoey Design Guide](https://drive.google.com/uc?export=download&id=1Kz6y_DZA6slg-56kktB4Svkk1XNY8ACX)