Updating Links in Section 6

This commit is contained in:
Milad Zarour 2022-12-10 22:10:47 +01:00 committed by GitHub
parent 3f9682b718
commit b157e00d66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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