Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 1.19 KB

README.md

File metadata and controls

41 lines (32 loc) · 1.19 KB

Tocktive Flutter Template

A ready to work template for Tocktive team that has all basic block to start developing a flutter application

Files

── assets
├── lib
│   ├── core
│   │   ├── apis
│   │   ├── config
│   │   ├── constants
│   │   ├── dependency_injection
│   │   ├── interceptors
│   │   ├── theme
│   │   ├── utils
│   │   │   ├── dio
│   │   │   └── shared_preference
│   │   └── widgets
│   └── modules
│       └── example
│           ├── controller
│           │   └── cubit
│           ├── models
│           ├── repository
│           └── view
│               └── widgets
└── test

Get Project dependencies

flutter pub get

State Management

we use flutter bloc package (Cubit) for state Management

Bloc Architecture

Documentation