Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #66

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
22 changes: 11 additions & 11 deletions README.md
Expand Up @@ -18,10 +18,10 @@
## 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)
* [AppBar Documentation](https://docs.flutter.io/flutter/material/AppBar-class.html)
* [Scaffold Documentation](https://api.flutter.dev/flutter/material/Scaffold-class.html)
* [AppBar Documentation](https://api.flutter.dev/flutter/material/AppBar-class.html)
* [Material Design Colour System](https://material.io/design/color/the-color-system.html)
* [Image Widget Documentation](https://docs.flutter.io/flutter/widgets/Image-class.html)
* [Image Widget Documentation](https://api.flutter.dev/flutter/widgets/Image-class.html)
* [Make Flowcharts with Draw.io](https://www.draw.io/)
* [Learn More About the Pubspec File](https://www.dartlang.org/tools/pub/pubspec)
* [Adding Assets](https://flutter.dev/docs/development/ui/assets-and-images)
Expand All @@ -44,26 +44,26 @@

* [MiCard Stub Project](https://github.com/londonappbrewery/mi_card_flutter)
* [Widgets Catalogue](https://flutter.dev/docs/development/ui/widgets)
* [Container Documentation](https://docs.flutter.io/flutter/widgets/Container-class.html)
* [Column Documentation](https://docs.flutter.io/flutter/widgets/Column-class.html)
* [Row Documentation](https://docs.flutter.io/flutter/widgets/Row-class.html)
* [Container Documentation](https://api.flutter.dev/flutter/widgets/Container-class.html)
* [Column Documentation](https://api.flutter.dev/flutter/widgets/Column-class.html)
* [Row Documentation](https://api.flutter.dev/flutter/widgets/Row-class.html)
* [Tomek's Flutter Layout Cheat Sheet](https://medium.com/flutter-community/flutter-layout-cheat-sheet-5363348d037e)
* [Download fancy fonts from fonts.google.com](https://fonts.google.com/)
* [How to add fonts to the pubspec.yaml file](https://flutter.dev/docs/cookbook/design/package-fonts)
* [The Icons Class](https://docs.flutter.io/flutter/material/Icons-class.html)
* [The Icons Class](https://api.flutter.dev/flutter/widgets/Icon-class.html)
* [Material Design Icons](https://material.io/tools/icons/?style=baseline)
* [Icons on materialpalette.com](https://www.materialpalette.com/icons)
* [Card Class Documentation](https://docs.flutter.io/flutter/material/Card-class.html)
* [The Padding Class](https://docs.flutter.io/flutter/widgets/Padding-class.html)
* [The Padding Class](https://api.flutter.dev/flutter/widgets/Padding-class.html)
* [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)
* [MiCard Completed Project](https://github.com/londonappbrewery/MiCard-Completed)

## 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)
* [Image Widget Documentation](https://docs.flutter.io/flutter/widgets/Image-class.html)
* [Expanded Class](https://api.flutter.dev/flutter/widgets/Expanded-class.html)
* [Image Widget Documentation](https://api.flutter.dev/flutter/widgets/Image-class.html)
* [FlatButton Documentation](https://docs.flutter.io/flutter/material/FlatButton-class.html)
* [Run code snippets on DartPad](https://dartpad.dartlang.org/)
* [Dart Math Library](https://api.dartlang.org/stable/2.2.0/dart-math/dart-math-library.html)
Expand Down Expand Up @@ -108,7 +108,7 @@
* [The Flutter Cookbook](https://flutter.dev/docs/cookbook)
* [ThemeData Class](https://api.flutter.dev//flutter/material/ThemeData-class.html)
* [Find Color HEX codes easily with the Colorzilla plugin](http://www.colorzilla.com/)
* [The Color Class](https://docs.flutter.io/flutter/dart-ui/Color-class.html)
* [The Color Class](https://api.flutter.dev/flutter/dart-ui/Color-class.html)
* [How do HEX codes for with colours?](https://stackoverflow.com/questions/22239803/how-does-hexadecimal-color-work)
* [The Key Class](https://docs.flutter.io/flutter/foundation/Key-class.html)
* [When to Use Keys - Flutter Widgets 101 Ep. 4](https://www.youtube.com/watch?v=kn0EOS-ZiIc)
Expand Down