Skip to content

toctive-com/flutter-template

Repository files navigation

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

About

a starter template for flutter mobile apps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published