Information to support Rap's Hands-On Intro to Google Flutter Presentation
I'd love to connect with you to provide any help I can with learning Flutter. Please reach out.
- Twitter: @Rap_Payne
- LinkedIn: RapPayne
- Github: RapPayne
- Web: AgileGadgets.com
The Final Solution - Can be found here.
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. |
- Medium article on getting started with Flutter. This dev's reaction is very typical of folks who are trying Flutter for the first time.
- Chapters 1-3 of my Flutter book: https://www.amazon.com/dp/1484251806/
- Google's installation instructions: https://flutter.dev/docs/get-started/install
- Google's Write your first Flutter App: https://flutter.dev/docs/get-started/codelab
Written with StackEdit.