Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bizz84/simple_auth_flutter_riverpod
- Owner: bizz84
- License: mit
- Created: 2022-05-04T14:51:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-21T10:41:32.000Z (about 1 year ago)
- Last Synced: 2024-08-01T12:22:20.099Z (3 months ago)
- Topics: flutter
- Language: Dart
- Homepage: https://codewithandrea.com/articles/flutter-presentation-layer/
- Size: 248 KB
- Stars: 100
- Watchers: 2
- Forks: 24
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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)