Flutter-Course-Resources/README.md

69 lines
3.7 KiB
Markdown
Raw Normal View History

2019-02-25 17:30:26 +00:00
# Flutter-Course-Resources
## Setting Up for Flutter Development
## 1. I Am Rich App
2019-03-05 10:00:52 +00:00
* [Material Design](https://material.io/)
2019-03-05 17:01:48 +00:00
* [Scaffold Documentation](https://docs.flutter.io/flutter/material/Scaffold-class.html)
* [AppBar Documentation](https://docs.flutter.io/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)
* [Make Flowcharts with Draw.io](https://www.draw.io/)
2019-03-06 13:02:01 +00:00
* [Learn More About the Pubspec File](https://www.dartlang.org/tools/pub/pubspec)
* [Adding Assets](https://flutter.dev/docs/development/ui/assets-and-images)
* [Generating App Icons with AppIcon.co](https://appicon.co/)
2019-03-05 17:01:48 +00:00
2019-03-06 13:02:01 +00:00
## 2. I Am Poor App
2019-03-05 11:12:23 +00:00
2019-03-06 13:02:01 +00:00
* [Icons8](https://icons8.com/)
* [Vecteezy](https://www.vecteezy.com/)
* [Canva](https://www.canva.com/)
2019-03-05 11:12:23 +00:00
2019-03-06 17:35:06 +00:00
## 3. MiCard App
2019-03-05 11:12:23 +00:00
2019-03-06 13:02:01 +00:00
* [MiCard Stub Project](https://github.com/londonappbrewery/mi_card_flutter)
2019-03-06 16:33:29 +00:00
* [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)
2019-03-06 17:34:44 +00:00
* [Row Documentation](https://docs.flutter.io/flutter/widgets/Row-class.html)
* [Tomek's Flutter Layout Cheat Sheet](https://medium.com/flutter-community/flutter-layout-cheat-sheet-5363348d037e)
2019-03-07 12:03:56 +00:00
* [Download fancy fonts from fonts.google.com](https://fonts.google.com/)
2019-03-08 09:55:43 +00:00
* [How to add fonts to the pubspec.yaml file](https://flutter.dev/docs/cookbook/design/package-fonts)
2019-03-08 10:20:33 +00:00
* [The Icons Class](https://docs.flutter.io/flutter/material/Icons-class.html)
2019-03-08 12:04:18 +00:00
* [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)
2019-03-08 12:14:15 +00:00
* [The Padding Class](https://docs.flutter.io/flutter/widgets/Padding-class.html)
2019-03-08 12:25:40 +00:00
* [The ListTile Class](https://docs.flutter.io/flutter/material/ListTile-class.html)
2019-03-08 12:48:08 +00:00
* [Flutter's Horizontal Rule - The Divider](https://docs.flutter.io/flutter/material/Divider-class.html)
2019-03-08 12:04:18 +00:00
2019-03-11 10:55:17 +00:00
## 4. Dicee App
* [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)
2019-03-11 13:11:54 +00:00
* [FlatButton Documentation](https://docs.flutter.io/flutter/material/FlatButton-class.html)
2019-03-14 16:12:44 +00:00
* [Run code snippets on DartPad](https://dartpad.dartlang.org/)
2019-03-12 13:08:42 +00:00
* [Dart Math Library](https://api.dartlang.org/stable/2.2.0/dart-math/dart-math-library.html)
* [Random Class](https://api.dartlang.org/stable/2.2.0/dart-math/Random-class.html)
2019-03-11 10:55:17 +00:00
2019-03-12 15:58:31 +00:00
## 5. Xylophone App
* [XyloPhone Stub Project](https://github.com/londonappbrewery/xylophone-flutter)
* [Flutter Packages](https://pub.dartlang.org/flutter)
2019-03-12 16:43:40 +00:00
* [Guide to Using Flutter Packages](https://flutter.dev/docs/development/packages-and-plugins/using-packages)
2019-03-13 11:04:57 +00:00
* [Luan Nico's Audioplayers Package](https://pub.dartlang.org/packages/audioplayers)
* [AudioCache Documentation](https://github.com/luanpotter/audioplayers/blob/master/doc/audio_cache.md)
2019-03-14 16:12:00 +00:00
* [DartPad Functions Exercise](https://dartpad.dartlang.org/4bf7549c820d1adb4be8673e92820e43)
2019-03-20 10:32:31 +00:00
* [Quizzler Starting File for Challenge](https://github.com/londonappbrewery/quizzler-flutter-challenge-starting)
2019-03-12 15:58:31 +00:00
2019-03-14 16:12:00 +00:00
## 6. Quizzler App
2019-03-11 10:55:17 +00:00
2019-03-14 16:12:00 +00:00
* [Quizzler Stub Project](https://github.com/londonappbrewery/quizzler-flutter)
2019-03-15 11:22:01 +00:00
* [List Gist for DartPad List Practice](https://gist.github.com/angelabauer/f9db1b64cf51623d42b1ac1722bd016c)
2019-03-15 11:34:00 +00:00
* [Dart List Language Tour](https://www.dartlang.org/guides/libraries/library-tour#collections)
2019-03-20 10:29:10 +00:00
* [RFlutter Alert Package](https://pub.dartlang.org/packages/rflutter_alert)
2019-03-11 10:55:17 +00:00