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
|
||||
# Fall 2021, Eternal University, Baru Sahib, HP
|
||||
# src: https://github.com/londonappbrewery/Flutter-Course-Resources
|
||||
### Mobile-App-Development-with-Flutter-Resources
|
||||
Fall 2021, Eternal University, Baru Sahib, HP
|
||||
|
||||
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)
|
||||
* [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)
|
||||
* [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)
|
||||
|
||||
|
||||
## 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)
|
||||
@@ -30,20 +31,20 @@
|
||||
* [Adding Assets](https://flutter.dev/docs/development/ui/assets-and-images)
|
||||
* [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)
|
||||
* [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)
|
||||
|
||||
## I Am Poor - App Assignment #1
|
||||
### I Am Poor - App Assignment #1
|
||||
|
||||
* [Icons8](https://icons8.com/)
|
||||
* [Vecteezy](https://www.vecteezy.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)
|
||||
* [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)
|
||||
* [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)
|
||||
* [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)
|
||||
* [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)
|
||||
|
||||
## 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)
|
||||
@@ -87,7 +88,7 @@
|
||||
* [DartPad Functions Exercise](https://dartpad.dartlang.org/4bf7549c820d1adb4be8673e92820e43)
|
||||
* [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)
|
||||
* [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 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 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)
|
||||
* [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)
|
||||
* [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)
|
||||
* [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)
|
||||
* [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)
|
||||
* [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)
|
||||
* [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)
|
||||
* [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)
|
||||
* [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)
|
||||
* [Todoey Design Guide](https://drive.google.com/uc?export=download&id=1Kz6y_DZA6slg-56kktB4Svkk1XNY8ACX)
|
||||
|
||||
Reference in New Issue
Block a user