Muhamad_Syaroful_Anam/agrilinkvocpro/growth_recipe_feature
Cutiful e274873e43 feat: add cluster screen for displaying recommendation
This commit introduces the `ClusterScreen.kt` composable, which displays plant care recommendations.

The screen includes:
- A top app bar with the title "Rekomendasi Perawatan".
- Pull-to-refresh functionality to update recommendations.
- Display of an image based on the cluster number (1, 2, or 3).
- "Diperbarui Pada" (Updated On) timestamp, formatted to Indonesian locale.
- A "Rekomendasi" section showing general advice and specific care instructions.
- An image of a plant.
- `ListItemClustering` to display humidity, temperature, and pH values.
- Loading and error states handling.

A private `formatDate` utility function is included to format timestamps to "dd MMMM yyyy, HH:mm" in Indonesian.
2025-07-10 18:17:55 +07:00
..
src feat: add cluster screen for displaying recommendation 2025-07-10 18:17:55 +07:00
.gitignore feat: add gitignore for dynamic feature modules 2025-06-05 13:14:12 +07:00
build.gradle.kts feat: update build.gradle.kts 2025-06-12 08:45:59 +07:00