A ready to work template for Tocktive team that has all basic block to start developing a flutter application
── assets
├── lib
│ ├── core
│ │ ├── apis
│ │ ├── config
│ │ ├── constants
│ │ ├── dependency_injection
│ │ ├── interceptors
│ │ ├── theme
│ │ ├── utils
│ │ │ ├── dio
│ │ │ └── shared_preference
│ │ └── widgets
│ └── modules
│ └── example
│ ├── controller
│ │ └── cubit
│ ├── models
│ ├── repository
│ └── view
│ └── widgets
└── test
flutter pub get
we use flutter bloc package (Cubit) for state Management