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.