mirror of
https://github.com/londonappbrewery/Flutter-Course-Resources/
synced 2024-11-13 04:44:54 +00:00
5.0 KiB
5.0 KiB
Flutter-Course-Resources
Setting Up for Flutter Development
1. I Am Rich App
- Material Design
- Scaffold Documentation
- AppBar Documentation
- Material Design Colour System
- Image Widget Documentation
- Make Flowcharts with Draw.io
- Learn More About the Pubspec File
- Adding Assets
- Generating App Icons with AppIcon.co
2. I Am Poor App
3. MiCard App
- MiCard Stub Project
- Widgets Catalogue
- Container Documentation
- Column Documentation
- Row Documentation
- Tomek's Flutter Layout Cheat Sheet
- Download fancy fonts from fonts.google.com
- How to add fonts to the pubspec.yaml file
- The Icons Class
- Material Design Icons
- Icons on materialpalette.com
- Card Class Documentation
- The Padding Class
- The ListTile Class
- Flutter's Horizontal Rule - The Divider
4. Dicee App
- Dicee Stub Project
- Expanded Class
- Image Widget Documentation
- FlatButton Documentation
- Run code snippets on DartPad
- Dart Math Library
- Random Class
5. Magic 8 Ball Challenge
6. Xylophone App
- XyloPhone Stub Project
- Flutter Packages
- Guide to Using Flutter Packages
- Luan Nico's Audioplayers Package
- AudioCache Documentation
- DartPad Functions Exercise
7. Quizzler App
- Quizzler Stub Project
- List Gist for DartPad List Practice
- Dart List Language Tour
- RFlutter Alert Package
- Dart Constructors
- Quizzler Starting File for Challenge
8. Destini Challenge
9. BMI App
- BMI Stub Project
- Dribbble: Find Designers and Design inspiration
- Ruben Vaalt's beautiful BMI Calculator Design
- Using Themes
- The Flutter Cookbook
- ThemeData Class
- Find Color HEX codes easily with the Colorzilla plugin
- The Color Class
- How do HEX codes for with colours?
- The Key Class
- When to Use Keys - Flutter Widgets 101 Ep. 4