Tag: external

Flutter Thursday 13: Building a User Registration and Login Process with provider and external API

This episode will build a user registration and authentication system that will interface with a backend system. It will cover the following flows: registration, login, auto-login, and logout. We will use the provider package to maintain state and the backend will be a Phoenix application ...