Flutter Auth Template is a Flutter App containg login/splash/home pages with working api jwt login implementation, internationalization and Dark/Light theme configuration.
Contents
Flutter Auth Template v2 is a Flutter sample app with the following pages:
- Login Page
- Splash Page
- Home Page
Login page has a functional jwt login model using Flutter Shared Preference package to keep jwt token.
The app uses Provider to manage internationalization and dark/light theme funcionallity.
-
clone this repo.
git clone [email protected]:paahdiego/FlutterAuthTemplatev2.git ou git clone https://github.com/paahdiego/FlutterAuthTemplatev2.git
-
install dependencies:
flutter pub get
-
run:
flutter run
Distributed under the MIT License. See LICENSE
for more information.