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
-
Notifications
You must be signed in to change notification settings - Fork 0
DevMossTeam/TaskManager
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published