A brief description of what the project does and its purpose.
- Flutter Version: Specify the version of Flutter required for this project.
- Date of Project Created: [Insert Date]
- Task 1
- Task 2
- Task 3
Template for Flutter projects by shoh.dev
- Flutter Version: 3.22.1
- Date of Project Created: [06.06.2024] (dd.mm.yyyy)
- Task 1
- Task 2
- Task 3
lib/
|- main.dart
|- app.dart
|- core/
|- env/
|- env.dart
|- injection/
|- injection.dart
|- models/
|- data/
|- data.dart
|- failure/
|- failure.dart
|- result/
|- result.dart
|- models.dart
|- redux //todo:
|- rest_api/
|- interceptors.dart
|- rest_api.dart
|- supabase/
|- supabase.dart
|- core.dart
search for:
[feat/{feature-name}]
example: [feat/location]
{ CHANGE DESCRIPTIONS } same search for the feature name in the project and change the descriptions of the feature.
{ DELETE } unnecessary features by deleting the dependencies and the corresponding codes in the project.