Skip to content

aninarafath6/flutter-auth-with-REST-API

Repository files navigation

APP Authentication with REST-API

App Screenshots

Description here

Libraries used

🌲

  1. Flutter
  2. dart basic language
  3. Getx for state management
  4. Http for making http request
  5. remixicon icon pack
  6. Google Fonts for typography
  7. shared_preferences for Local db management

Preferred tools

  1. Code editor VS Code
  2. video presentation G-Cloud

Folder structure

followed mvvm architecture

utils

It will have all the basic utilities dimension,rotes etc...

constants

It will have all the constants and common things like network_constants , image_constants , color_constants ... etc

helpers

It will have all the basic helpres of app like dailog-helper ...etc.

controllers

It will have all the basic controllers of app like login-controller,signup-controller ...etc.

models

It will have all the basic models of class user-model,onboarding-model ...etc.

services

It will have all the basic services of the app class db-service, auth-service ...etc.

widgets

It will have all the basic common widgets custom-button, custom-input ...etc.

assets

It will contains all the assets is used in this project.

Commands

# start dev
flutter run

# test app
flutter test [<DIRECTORY|DART_FILE>]