bizz84/simple_auth_flutter_riverpod
Flutter と Riverpod を使用したシンプルな認証フロー
- Stars
- 106
- Forks
- 24
- 最終プッシュ(UTC)
- 2023/09/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.