Posts tagged as:
Flutter
A month of Flutter: a look back
A look back at how 31 days of building a Flutter app went.
A month of Flutter: the real hero animation
Navigate to an image page with a hero animation.
A month of Flutter: user registration refactor with reactive scoped model
A title worthy of pirates.
A month of Flutter: WIP save users to Firestore
Initial pass at creating users in Firestore.
A month of Flutter: Firestore create user rules and tests
Add rules for who can create users in Firestore and test with emulator.
A month of Flutter: set up Firestore rules tests
Set up Mocha to test Firebase Firestore rules.
A month of Flutter: awesome adaptive icons
Adding an iOS and Android adaptive icon.
A month of Flutter: setting up Firebase Firestore
Setup Firebase Firestore and see how to deploy database rules.
A month of Flutter: testing forms
It's bad form to have untested features.
A month of Flutter: user registration form
Add a styled form for a user to register with.
A month of Flutter: navigate to user registration
Lay the groundwork for registering new users.
A month of Flutter: delicious welcome snackbar
Show a notification when a user signs in.
A month of Flutter: mocking Firebase Auth in tests
Mocking external services for tests.
A month of Flutter: Sign in with Google
Using Firebase Auth for Sign in with Google.
A month of Flutter: configure Firebase Auth for Sign in with Google on iOS
Configure Firebase Auth for Sign in With Google.
A month of Flutter: configure Firebase Auth for Sign in with Google on Android
Configure Firebase Auth for Sign in With Google.
A month of Flutter: FABulous authentication
Show a Floating Action Button for authentication.
A month of Flutter: rendering network images
Render Unsplash images from the network.
A month of Flutter: real faker data
Generate random mock data with faker.
A month of Flutter: Stream transforms and failing tests
Transform Stream data to models.
A month of Flutter: rendering a ListView with StreamBuilder
Using StreamBuilder to to render a ListView.
A month of Flutter: post model and mock data
Add some mock data and a post model class.
A month of Flutter: extract post item widget
Extract the post to its own widget.
A month of Flutter: a list of posts
Create a widget to display a list of cards.
A month of Flutter: no content widget
Create a widget to display when content is not available.
A month of Flutter: initial theme
Cleanup the base theme with white space everywhere.
A month of Flutter: upgrading to 1.0
Let's upgrade to Flutter 1.0 and look at some of the big announcements from Flutter Live 2018.
A month of Flutter: continuous linting
Configuring Travis CI to run lint analysis on every push to GitHub.
A month of Flutter: configuring continuous integration
Configuring Travis CI to run tests on every push to GitHub.
A month of Flutter: create the app
Install the SDK and generate a base app.
A month of Flutter
Building a Flutter app in a month with Firebase.