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.