Skip to content

The provider package is an easy to use package which is basically a wrapper around the InheritedWidgets that makes it easier to use and manage. It provides a state management technique that is used for managing a piece of data around the app

Notifications You must be signed in to change notification settings

hamidhosen42/Flutter-MVVM-Architecture-with-Rest-APIs-using-Provider

Repository files navigation

flutter_mvvm_architecture:

Important Link :

MVVM Architecture

  • View -> UI Design
  • ViewModel -> Logic
  • Domain -> Network
  • Data Repository -> API Call
  • Utils -> Same component push
  • Respository -> Backend Data Network
  • Resources(res) -> Const value,Difference value etc
  • Data -> database
  • Model -> API
  • lib |
    • data
    • res
    • respository
    • utils
    • view
    • view_model

About

The provider package is an easy to use package which is basically a wrapper around the InheritedWidgets that makes it easier to use and manage. It provides a state management technique that is used for managing a piece of data around the app

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published