Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bizz84/simple_auth_flutter_riverpod

Simple authentication flow using Flutter & Riverpod
https://github.com/bizz84/simple_auth_flutter_riverpod

flutter

Last synced: 4 days ago
JSON representation

Simple authentication flow using Flutter & Riverpod

Awesome Lists containing this project

README

        

# Simple authentication flow using Flutter & Riverpod

This is the completed example project based on this tutorial:

- [Flutter App Architecture: The Presentation/UI Layer](https://codewithandrea.com/articles/flutter-presentation-layer/)

## Preview

![Sign in screen flows](/.github/images/sign-in-screen-flows.png)

## Overview

This example app follows the app architecture described [here](https://codewithandrea.com/articles/flutter-app-architecture-riverpod-introduction/) and the project structure described [here](https://codewithandrea.com/articles/flutter-project-structure/).

### [LICENSE: MIT](LICENSE.md)