In this lesson, we will focus on adding a registration process. This includes a few things:
- Creating a Home Screen
- Creating a Registration API function
- Adding Registration Fields to the UI
- Creating an Auth Provider to handle authentication management
- Modifying our
main.dart
file to react to the authentication state
Here's how the registration screen will look like at the end:
Creating Home Screen
Let's start by creating a Home screen...