December 18, 2018
A month of Flutter: Sign in with Google
Using Firebase Auth for Sign in with Google.
December 17, 2018
A month of Flutter: configure Firebase Auth for Sign in with Google on iOS
Configure Firebase Auth for Sign in With Google.
December 16, 2018
A month of Flutter: configure Firebase Auth for Sign in with Google on Android
Configure Firebase Auth for Sign in With Google.
December 15, 2018
A month of Flutter: FABulous authentication
Show a Floating Action Button for authentication.
December 14, 2018
A month of Flutter: rendering network images
Render Unsplash images from the network.
December 13, 2018
A month of Flutter: real faker data
Generate random mock data with faker.
December 12, 2018
A month of Flutter: Stream transforms and failing tests
Transform Stream data to models.
December 11, 2018
A month of Flutter: rendering a ListView with StreamBuilder
Using StreamBuilder to to render a ListView.
December 10, 2018
A month of Flutter: post model and mock data
Add some mock data and a post model class.
December 09, 2018
A month of Flutter: extract post item widget
Extract the post to its own widget.