bizz84/simple_auth_flutter_riverpod
Simple authentication flow using Flutter & Riverpod
- Stars
- 106
- Forks
- 24
- Last push (UTC)
- Sep 21, 2023
- Project status
- Active
LanguagesDartC++CMakeHTMLSwiftCKotlinObjective-C
Technical topics
Dependencies used
Dependency list 11 items
- 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_testDevelopment
{"sdk":"flutter"} - mocktailDevelopment
^1.0.0 - flutter_lintsDevelopment
^2.0.1 - build_runnerDevelopment
^2.4.6 - riverpod_generatorDevelopment
^2.3.2
Rankings
Original README
English project snapshot. Visit GitHub for the latest content.
Expand / collapse project 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.