project aplikasi Toko Bahan Kue
Go to file
rhanarmt 244395c234 Implement real-time product API synchronization
- Add POST /products endpoint to Flask backend for creating new products
- Add createProduct() method to MLService for API communication
- Update Transaction Screen to fetch products from API in dropdown
- Update Product List Screen with RefreshIndicator and dynamic product loading
- Add product count display to header subtitle
- Implement filter and search functionality with computed filteredProducts getter
- All screens now sync with backend database in real-time

Build status:  Compiles successfully on Android device
2026-04-20 23:25:20 +07:00
android Front end 2026-04-09 22:09:30 +07:00
database database RESEP 2026-04-14 00:01:20 +07:00
ios Front end 2026-04-09 22:09:30 +07:00
lib Implement real-time product API synchronization 2026-04-20 23:25:20 +07:00
linux Front end 2026-04-09 22:09:30 +07:00
macos Front end 2026-04-09 22:09:30 +07:00
ml_model Implement real-time product API synchronization 2026-04-20 23:25:20 +07:00
test Front end 2026-04-09 22:09:30 +07:00
web Front end 2026-04-09 22:09:30 +07:00
windows Front end 2026-04-09 22:09:30 +07:00
.gitignore Front end 2026-04-09 22:09:30 +07:00
.metadata Front end 2026-04-09 22:09:30 +07:00
DEPLOYMENT_GUIDE.md Front end 2026-04-09 22:09:30 +07:00
DESIGN_SYSTEM.md Front end 2026-04-09 22:09:30 +07:00
INTEGRATION_GUIDE.md Front end 2026-04-09 22:09:30 +07:00
MYSQL_INTEGRATION.md Front end 2026-04-09 22:09:30 +07:00
QUICK_START.md Front end 2026-04-09 22:09:30 +07:00
README.md Front end 2026-04-09 22:09:30 +07:00
README_START_HERE.md Front end 2026-04-09 22:09:30 +07:00
analysis_options.yaml Front end 2026-04-09 22:09:30 +07:00
pubspec.lock Front end 2026-04-09 22:09:30 +07:00
pubspec.yaml Front end 2026-04-09 22:09:30 +07:00

README.md

finalproject

A new Flutter project.

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.