Skip to content

DevMossTeam/TaskManager

Repository files navigation

lib/
│
├── main.dart
│
├── app/
│   ├── models/
│   │   └── task_model.dart
│
│   ├── routes/
│   │   └── app_pages.dart
│
│   ├── widgets/
│   │   └── task_card.dart
│
│   ├── modules/
│   │
│   │   ├── home/
│   │   │   ├── bindings/
│   │   │   │   └── home_binding.dart
│   │   │   ├── controllers/
│   │   │   │   └── home_controller.dart
│   │   │   ├── views/
│   │   │   │   └── home_view.dart
│
│   │   ├── add_task/
│   │   │   ├── bindings/
│   │   │   │   └── add_task_binding.dart
│   │   │   ├── controllers/
│   │   │   │   └── add_task_controller.dart
│   │   │   ├── views/
│   │   │   │   └── add_task_view.dart
│
│   │   ├── checklist/
│   │   │   ├── bindings/
│   │   │   │   └── checklist_binding.dart
│   │   │   ├── controllers/
│   │   │   │   └── checklist_controller.dart
│   │   │   ├── views/
│   │   │   │   └── checklist_view.dart
│
│   │   ├── calendar/
│   │   │   ├── bindings/
│   │   │   │   └── calendar_binding.dart
│   │   │   ├── controllers/
│   │   │   │   └── calendar_controller.dart
│   │   │   ├── views/
│   │   │   │   └── calendar_view.dart
│
│   │   ├── profile/
│   │   │   ├── bindings/
│   │   │   │   └── profile_binding.dart
│   │   │   ├── controllers/
│   │   │   │   └── profile_controller.dart
│   │   │   ├── views/
│   │   │   │   └── profile_view.dart

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published