Skip to content

Flutter Auth Template v2 is a structured app with basic pages, login with jwt token, internationalization and dark/light theme mode functionallity

License

Notifications You must be signed in to change notification settings

paahdiego/FlutterAuthTemplatev2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Auth Template v2

Flutter Auth Template

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
  1. About the project
  2. Installation
  3. License

About the Project

App Demo


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.

Built With

Installation

  1. clone this repo.

    git clone [email protected]:paahdiego/FlutterAuthTemplatev2.git
    
    ou
    
    git clone https://github.com/paahdiego/FlutterAuthTemplatev2.git
  2. install dependencies:

    flutter pub get
  3. run:

    flutter run

License

Distributed under the MIT License. See LICENSE for more information.

About

Flutter Auth Template v2 is a structured app with basic pages, login with jwt token, internationalization and dark/light theme mode functionallity

Resources

License

Stars

Watchers

Forks