bizz84/simple_auth_flutter_riverpod
使用 Flutter 和 Riverpod 的简单身份验证流程
- Stars
- 106
- Forks
- 24
- 最近推送(UTC)
- 2023年9月21日
- 项目状态
- 未归档
语言DartC++CMakeHTMLSwiftCKotlinObjective-C
技术话题
使用的依赖
依赖清单 11 项
- flutter
{"sdk":"flutter"} - cupertino_icons
^1.0.6 - flutter_riverpod
^2.4.0 - rxdart
^0.27.7 - intl
^0.18.1 - riverpod_annotation
^2.1.5 - flutter_test开发依赖
{"sdk":"flutter"} - mocktail开发依赖
^1.0.0 - flutter_lints开发依赖
^2.0.1 - build_runner开发依赖
^2.4.6 - riverpod_generator开发依赖
^2.3.2
所在榜单
原始 README
以下为英文项目原文快照,最新内容请访问 GitHub。
展开 / 收起项目 README
Simple authentication flow using Flutter & Riverpod
This is the completed example project based on this tutorial:
Preview
Sign in screen flows
Overview
This example app follows the app architecture described here and the project structure described here.