mirror of
https://github.com/londonappbrewery/Flutter-Course-Resources/
synced 2024-11-14 21:34:56 +00:00
Updating Links in Section 6
This commit is contained in:
parent
3f9682b718
commit
b157e00d66
16
README.md
16
README.md
@ -44,19 +44,19 @@
|
||||
|
||||
* [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/material/Icons-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 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)
|
||||
* [Card Class Documentation](https://api.flutter.dev/flutter/material/Card-class.html)
|
||||
* [The Padding Class](https://api.flutter.dev/flutter/widgets/Padding-class.html)
|
||||
* [The ListTile Class](https://api.flutter.dev/flutter/material/ListTile-class.html)
|
||||
* [Flutter's Horizontal Rule - The Divider](https://api.flutter.dev/flutter/material/Divider-class.html)
|
||||
* [MiCard Completed Project](https://github.com/londonappbrewery/MiCard-Completed)
|
||||
|
||||
## Section 7: Dicee - Building Apps with State
|
||||
|
Loading…
Reference in New Issue
Block a user