Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 2.04 KB

File metadata and controls

43 lines (32 loc) · 2.04 KB

flutter-hands-on-intro-presentation

Information to support Rap's Hands-On Intro to Google Flutter Presentation

Connect with Rap

I'd love to connect with you to provide any help I can with learning Flutter. Please reach out.

Solutions

The Final Solution - Can be found here.

Starters and checkpoints

We have saved versions of the solutions at certain spots. To get to a starter/checkpoint, clone this repository and do this:

git checkout <branch_name>

When you do that, you'll see a project called gif_search. The branches are as follows:

branch description
01_initial_project Bare bones project
02_show_random_image Makes an API request, parses the response and displays an image from the Internet.
03_get_user_input Adds a TextInputField for the user to enter a search string.
04_stack_navigation Adds another widget and allows the user to navigate back and forth between them.
05_scrollable_listview Retrieves multiple images and allows the user to scroll through them.

Other cool resources

Written with StackEdit.