diff --git a/README.md b/README.md index 8c772d4..3b9e550 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,15 @@ -# Flutter-Course-Resources +# Mobile-App-Development-with-Flutter-Resources +# Fall 2021, Eternal University, Baru Sahib, HP +# src: https://github.com/londonappbrewery/Flutter-Course-Resources -## Section 1: Introduction to Cross-Platform Development with Flutter and Dart + +## 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) -## Section 2: Setting Up for Flutter Development +## 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) @@ -15,7 +18,7 @@ * [iOS Setup Instructions](https://flutter.dev/docs/get-started/install/macos#ios-setup) -## Section 3: I Am Rich - How to Create Flutter Apps from Scratch +## 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) @@ -27,20 +30,20 @@ * [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 +## 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) -## Section 5: I Am Poor - App Challenge +## I Am Poor - App Assignment #1 * [Icons8](https://icons8.com/) * [Vecteezy](https://www.vecteezy.com/) * [Canva](https://www.canva.com/) -## Section 6: MiCard - How to Build Beautiful UIs with Flutter Widgets +## 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) @@ -59,7 +62,7 @@ * [Flutter's Horizontal Rule - The Divider](https://docs.flutter.io/flutter/material/Divider-class.html) * [MiCard Completed Project](https://github.com/londonappbrewery/MiCard-Completed) -## Section 7: Dicee - Building Apps with State +## 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) @@ -70,11 +73,11 @@ * [Random Class](https://api.dartlang.org/stable/2.2.0/dart-math/Random-class.html) * [Dicee Completed Project](https://github.com/londonappbrewery/Dicee-Flutter-Completed) -## Section 8: Boss Level Challenge 1 - Magic 8 Ball +## Magic 8 Ball - App Assignment #2 * [Magic 8 Ball Stub](https://github.com/londonappbrewery/magic-8-ball-flutter) -## Section 9: Xylophone - Using Flutter and Dart Packages to Speed Up Development +## 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) @@ -84,7 +87,7 @@ * [DartPad Functions Exercise](https://dartpad.dartlang.org/4bf7549c820d1adb4be8673e92820e43) * [Xylophone Completed Project](https://github.com/londonappbrewery/Xylophone-Flutter-Completed) -## Section 10: Quizzler - Modularising & Organising Flutter Code +## 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) @@ -94,12 +97,12 @@ * [Quizzler Starting File for Challenge](https://github.com/londonappbrewery/quizzler-flutter-challenge-starting) * [Quizzler Solution & Completed Project](https://github.com/londonappbrewery/quizzler-flutter-challenge-final) -## Section 11: Boss Level Challenge 2 - Destini +## Destini - App Assignment #3 * [Destini Stub](https://github.com/londonappbrewery/destini-challenge-starting) * [Destini Solution & Completed Project](https://github.com/londonappbrewery/destini-challenge-completed/) -## Section 12: BMI Calculator - Building Flutter UIs for Intermediates +## 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/) @@ -125,7 +128,7 @@ * [Definition of the Body Mass Index (BMI)](https://en.wikipedia.org/wiki/Body_mass_index) * [BMI Completed Project](https://github.com/londonappbrewery/BMI-Calculator-Completed) -## Section 13: Clima - Powering Your Flutter App with Live Weather Web Data +## 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) @@ -149,7 +152,7 @@ * [The TextField Class](https://docs.flutter.io/flutter/material/TextField-class.html) * [Clima Completed Project](https://github.com/londonappbrewery/Clima-Flutter-Completed) -## Section 14: Boss Level Challenge 3 - Bitcoin Ticker (a.k.a. Am I Rich?) +## Bitcoin Ticker (a.k.a. Am I Rich?) - App Assignment #4 * [Bitcoin Ticker Stub Project](https://github.com/londonappbrewery/bitcoin-ticker-flutter) * [Flutter DropdownButton](https://docs.flutter.io/flutter/material/DropdownButton-class.html) @@ -165,7 +168,7 @@ * [Gold Challenge Starter Code](https://github.com/londonappbrewery/bitcoin-flutter-gold-start) * [Bitcoin Completed Project](https://github.com/londonappbrewery/bitcoin-flutter-final) -## Section 15: Flash Chat - Flutter x Firebase Cloud Firestore +## 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) @@ -193,7 +196,7 @@ * [Guide to the Firestore Security Rules](https://firebase.google.com/docs/firestore/security/get-started) * [Flash Chat Completed Project](https://github.com/londonappbrewery/Flash-Chat-Flutter-Complete) -## Section 16: Flutter State Management +## Flutter State Management * [State Management Example](https://github.com/londonappbrewery/state_management-flutter.git) * [Todoey Design Guide](https://drive.google.com/uc?export=download&id=1Kz6y_DZA6slg-56kktB4Svkk1XNY8ACX)