Skip to content

Latest commit

 

History

History
89 lines (64 loc) · 4.14 KB

PITCHME.md

File metadata and controls

89 lines (64 loc) · 4.14 KB

Flutter Study Jams


About Study Jams

Note:

  • Work through Udacity content in a study group.
  • Kickoff with in-venue review of Lessons 1 and 2.
  • Work on Lessons (Quizzes) on your own
  • Join Slack and attend weekly office hours for help
  • Showcase with in-venue "show-n-tell" of custom apps
  • Prizes for best showcase demo, show-n-tell speakers

L1: The Flutter Framework

+++

Contents

  • Overview (Dart, Flutter)
  • Setup (Tooling, Scaffolding)
  • Framework (Reactive, Architecture)
  • Widgets (Explore, Build Custom)
  • Deep Dive (AppBar, ListView, Layouts)
  • Navigation (Routes)
  • Stateless vs. Stateful

+++

Quizzes

  1. Build Hello Rectangle App
  2. Explore Flutter Widgets
  3. Code Custom Category Widget
  4. Code Unit Converter App
  5. Design Custom Layout
  6. Code Navigation
  7. Debug Stateful Widgets
  8. Make Widgets Stateful

L2: Building Interactive Apps

+++

Contents

  • Material Design
  • Platforms, Themes, Colors
  • Text Input & Gestures
  • Responsive Design
  • Packages and Plugins
  • Assets: Images, Icons, Fonts
  • APIs and Async

+++

Quizzes

  1. Platforms and Themes
  2. Determine Valid Colors
  3. Add Interactivity to your Unit Converter
  4. Code the Backdrop
  5. Code the Landscape View
  6. Add Real Units to the Unit Converter
  7. Add Custom Icons and Fonts
  8. Add the Flutter Currency Converter API
  9. Add Error Handling

Resources


THANK YOU