mirror of
https://github.com/londonappbrewery/Flutter-Course-Resources/
synced 2025-12-17 13:23:23 +00:00
add cosmetic changes
This commit is contained in:
committed by
GitHub
parent
dfc729c9ed
commit
e1d648f9d4
39
README.md
39
README.md
@@ -1,15 +1,16 @@
|
|||||||
# Mobile-App-Development-with-Flutter-Resources
|
### Mobile-App-Development-with-Flutter-Resources
|
||||||
# Fall 2021, Eternal University, Baru Sahib, HP
|
Fall 2021, Eternal University, Baru Sahib, HP
|
||||||
# src: https://github.com/londonappbrewery/Flutter-Course-Resources
|
|
||||||
|
src: https://github.com/londonappbrewery/Flutter-Course-Resources
|
||||||
|
|
||||||
|
|
||||||
## 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)
|
* [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)
|
* [Cornell Note Taking System - App Brewery Template](https://drive.google.com/uc?export=download&id=1RfRLujREfLx1PSpw9bubNDsvRuknJ5ek)
|
||||||
|
|
||||||
|
|
||||||
## Setting Up for Flutter Development
|
### Setting Up for Flutter Development
|
||||||
|
|
||||||
* [Getting Started: Installing Flutter](https://flutter.dev/docs/get-started/install)
|
* [Getting Started: Installing Flutter](https://flutter.dev/docs/get-started/install)
|
||||||
* [Git for Windows](https://git-scm.com/download/win)
|
* [Git for Windows](https://git-scm.com/download/win)
|
||||||
@@ -18,7 +19,7 @@
|
|||||||
* [iOS Setup Instructions](https://flutter.dev/docs/get-started/install/macos#ios-setup)
|
* [iOS Setup Instructions](https://flutter.dev/docs/get-started/install/macos#ios-setup)
|
||||||
|
|
||||||
|
|
||||||
## 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/)
|
* [Material Design](https://material.io/)
|
||||||
* [Scaffold Documentation](https://docs.flutter.io/flutter/material/Scaffold-class.html)
|
* [Scaffold Documentation](https://docs.flutter.io/flutter/material/Scaffold-class.html)
|
||||||
@@ -30,20 +31,20 @@
|
|||||||
* [Adding Assets](https://flutter.dev/docs/development/ui/assets-and-images)
|
* [Adding Assets](https://flutter.dev/docs/development/ui/assets-and-images)
|
||||||
* [Generating App Icons with AppIcon.co](https://appicon.co/)
|
* [Generating App Icons with AppIcon.co](https://appicon.co/)
|
||||||
|
|
||||||
## 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)
|
* [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/)
|
* [Homebrew for MacOS](https://brew.sh/)
|
||||||
* [Troubleshooting: Physical iOS Device Testing](https://blog.londonappbrewery.com/troubleshooting-ios-device-testing-for-flutter-38c5da239e62)
|
* [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)
|
* [Troubleshooting: Physical Android Device Testing](https://blog.londonappbrewery.com/troubleshooting-android-device-testing-on-windows-a2b5d779df08)
|
||||||
|
|
||||||
## I Am Poor - App Assignment #1
|
### I Am Poor - App Assignment #1
|
||||||
|
|
||||||
* [Icons8](https://icons8.com/)
|
* [Icons8](https://icons8.com/)
|
||||||
* [Vecteezy](https://www.vecteezy.com/)
|
* [Vecteezy](https://www.vecteezy.com/)
|
||||||
* [Canva](https://www.canva.com/)
|
* [Canva](https://www.canva.com/)
|
||||||
|
|
||||||
## 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)
|
* [MiCard Stub Project](https://github.com/londonappbrewery/mi_card_flutter)
|
||||||
* [Widgets Catalogue](https://flutter.dev/docs/development/ui/widgets)
|
* [Widgets Catalogue](https://flutter.dev/docs/development/ui/widgets)
|
||||||
@@ -62,7 +63,7 @@
|
|||||||
* [Flutter's Horizontal Rule - The Divider](https://docs.flutter.io/flutter/material/Divider-class.html)
|
* [Flutter's Horizontal Rule - The Divider](https://docs.flutter.io/flutter/material/Divider-class.html)
|
||||||
* [MiCard Completed Project](https://github.com/londonappbrewery/MiCard-Completed)
|
* [MiCard Completed Project](https://github.com/londonappbrewery/MiCard-Completed)
|
||||||
|
|
||||||
## Dicee - Building Apps with State
|
### Dicee - Building Apps with State
|
||||||
|
|
||||||
* [Dicee Stub Project](https://github.com/londonappbrewery/dicee-flutter)
|
* [Dicee Stub Project](https://github.com/londonappbrewery/dicee-flutter)
|
||||||
* [Expanded Class](https://docs.flutter.io/flutter/widgets/Expanded-class.html)
|
* [Expanded Class](https://docs.flutter.io/flutter/widgets/Expanded-class.html)
|
||||||
@@ -73,11 +74,11 @@
|
|||||||
* [Random Class](https://api.dartlang.org/stable/2.2.0/dart-math/Random-class.html)
|
* [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)
|
* [Dicee Completed Project](https://github.com/londonappbrewery/Dicee-Flutter-Completed)
|
||||||
|
|
||||||
## Magic 8 Ball - App Assignment #2
|
### Magic 8 Ball - App Assignment #2
|
||||||
|
|
||||||
* [Magic 8 Ball Stub](https://github.com/londonappbrewery/magic-8-ball-flutter)
|
* [Magic 8 Ball Stub](https://github.com/londonappbrewery/magic-8-ball-flutter)
|
||||||
|
|
||||||
## 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)
|
* [XyloPhone Stub Project](https://github.com/londonappbrewery/xylophone-flutter)
|
||||||
* [Flutter Packages](https://pub.dartlang.org/flutter)
|
* [Flutter Packages](https://pub.dartlang.org/flutter)
|
||||||
@@ -87,7 +88,7 @@
|
|||||||
* [DartPad Functions Exercise](https://dartpad.dartlang.org/4bf7549c820d1adb4be8673e92820e43)
|
* [DartPad Functions Exercise](https://dartpad.dartlang.org/4bf7549c820d1adb4be8673e92820e43)
|
||||||
* [Xylophone Completed Project](https://github.com/londonappbrewery/Xylophone-Flutter-Completed)
|
* [Xylophone Completed Project](https://github.com/londonappbrewery/Xylophone-Flutter-Completed)
|
||||||
|
|
||||||
## Quizzler - Modularising & Organising Flutter Code
|
### Quizzler - Modularising & Organising Flutter Code
|
||||||
|
|
||||||
* [Quizzler Stub Project](https://github.com/londonappbrewery/quizzler-flutter)
|
* [Quizzler Stub Project](https://github.com/londonappbrewery/quizzler-flutter)
|
||||||
* [List Gist for DartPad List Practice](https://gist.github.com/angelabauer/f9db1b64cf51623d42b1ac1722bd016c)
|
* [List Gist for DartPad List Practice](https://gist.github.com/angelabauer/f9db1b64cf51623d42b1ac1722bd016c)
|
||||||
@@ -97,12 +98,12 @@
|
|||||||
* [Quizzler Starting File for Challenge](https://github.com/londonappbrewery/quizzler-flutter-challenge-starting)
|
* [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)
|
* [Quizzler Solution & Completed Project](https://github.com/londonappbrewery/quizzler-flutter-challenge-final)
|
||||||
|
|
||||||
## Destini - App Assignment #3
|
### Destini - App Assignment #3
|
||||||
|
|
||||||
* [Destini Stub](https://github.com/londonappbrewery/destini-challenge-starting)
|
* [Destini Stub](https://github.com/londonappbrewery/destini-challenge-starting)
|
||||||
* [Destini Solution & Completed Project](https://github.com/londonappbrewery/destini-challenge-completed/)
|
* [Destini Solution & Completed Project](https://github.com/londonappbrewery/destini-challenge-completed/)
|
||||||
|
|
||||||
## BMI Calculator - Building Flutter UIs for Intermediates
|
### BMI Calculator - Building Flutter UIs for Intermediates
|
||||||
|
|
||||||
* [BMI Stub Project](https://github.com/londonappbrewery/bmi-calculator-flutter)
|
* [BMI Stub Project](https://github.com/londonappbrewery/bmi-calculator-flutter)
|
||||||
* [Dribbble: Find Designers and Design inspiration](https://dribbble.com/)
|
* [Dribbble: Find Designers and Design inspiration](https://dribbble.com/)
|
||||||
@@ -128,7 +129,7 @@
|
|||||||
* [Definition of the Body Mass Index (BMI)](https://en.wikipedia.org/wiki/Body_mass_index)
|
* [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)
|
* [BMI Completed Project](https://github.com/londonappbrewery/BMI-Calculator-Completed)
|
||||||
|
|
||||||
## 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)
|
* [Clima Stub Project](https://github.com/londonappbrewery/Clima-Flutter)
|
||||||
* [Get the Location using the Geolocator Package](https://pub.dartlang.org/packages/geolocator)
|
* [Get the Location using the Geolocator Package](https://pub.dartlang.org/packages/geolocator)
|
||||||
@@ -152,7 +153,7 @@
|
|||||||
* [The TextField Class](https://docs.flutter.io/flutter/material/TextField-class.html)
|
* [The TextField Class](https://docs.flutter.io/flutter/material/TextField-class.html)
|
||||||
* [Clima Completed Project](https://github.com/londonappbrewery/Clima-Flutter-Completed)
|
* [Clima Completed Project](https://github.com/londonappbrewery/Clima-Flutter-Completed)
|
||||||
|
|
||||||
## Bitcoin Ticker (a.k.a. Am I Rich?) - App Assignment #4
|
### Bitcoin Ticker (a.k.a. Am I Rich?) - App Assignment #4
|
||||||
|
|
||||||
* [Bitcoin Ticker Stub Project](https://github.com/londonappbrewery/bitcoin-ticker-flutter)
|
* [Bitcoin Ticker Stub Project](https://github.com/londonappbrewery/bitcoin-ticker-flutter)
|
||||||
* [Flutter DropdownButton](https://docs.flutter.io/flutter/material/DropdownButton-class.html)
|
* [Flutter DropdownButton](https://docs.flutter.io/flutter/material/DropdownButton-class.html)
|
||||||
@@ -168,7 +169,7 @@
|
|||||||
* [Gold Challenge Starter Code](https://github.com/londonappbrewery/bitcoin-flutter-gold-start)
|
* [Gold Challenge Starter Code](https://github.com/londonappbrewery/bitcoin-flutter-gold-start)
|
||||||
* [Bitcoin Completed Project](https://github.com/londonappbrewery/bitcoin-flutter-final)
|
* [Bitcoin Completed Project](https://github.com/londonappbrewery/bitcoin-flutter-final)
|
||||||
|
|
||||||
## 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)
|
* [Flash Chat Stub Project](https://github.com/londonappbrewery/flash-chat-flutter)
|
||||||
* [Dart Language Keywords](https://www.dartlang.org/guides/language/language-tour#keywords)
|
* [Dart Language Keywords](https://www.dartlang.org/guides/language/language-tour#keywords)
|
||||||
@@ -196,7 +197,7 @@
|
|||||||
* [Guide to the Firestore Security Rules](https://firebase.google.com/docs/firestore/security/get-started)
|
* [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)
|
* [Flash Chat Completed Project](https://github.com/londonappbrewery/Flash-Chat-Flutter-Complete)
|
||||||
|
|
||||||
## Flutter State Management
|
### Flutter State Management
|
||||||
|
|
||||||
* [State Management Example](https://github.com/londonappbrewery/state_management-flutter.git)
|
* [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)
|
* [Todoey Design Guide](https://drive.google.com/uc?export=download&id=1Kz6y_DZA6slg-56kktB4Svkk1XNY8ACX)
|
||||||
|
|||||||
Reference in New Issue
Block a user