bizz84/simple_auth_flutter_riverpod
Fluxo de autenticação simples usando Flutter e Riverpod
- Stars
- 106
- Forks
- 24
- Último push (UTC)
- 21 de set. de 2023
- Status do projeto
- Ativo
LinguagensDartC++CMakeHTMLSwiftCKotlinObjective-C
Tópicos técnicos
Dependências usadas
Lista de dependências 11 itens
- 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_testDesenvolvimento
{"sdk":"flutter"} - mocktailDesenvolvimento
^1.0.0 - flutter_lintsDesenvolvimento
^2.0.1 - build_runnerDesenvolvimento
^2.4.6 - riverpod_generatorDesenvolvimento
^2.3.2
Rankings
README original
Texto original em inglês. Visite o GitHub para a versão atual.
Expandir / recolher 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.