Flutter Project for Database management
Flutter Web is currently in beta as of 30th September 2020. Flutter Web is currently stable. I've written a PHP script that simply executes queries and returns the results as json.
- Obtain Milk from Milk Producers
- Pay to Milk Producers at any time
- View/Manage Employees and their salary
- View/Manage Transport system status
- Outlets can request for more stock from main office
- Outlets can sell dairy products and stocks are updated in real time throughout the database
- Admin can add or remove users
- Outlet managers can accept the order and proceed with delivery
- All user types have same login. Each user is redirected to a page based on their user type
- And its a PWA. Users can install it as an app through their web browser and updates will be served automatically
- Make sure Flutter SDK is configured properly. You may run
flutter doctorto check this - Clone this repository:
git clone https://github.com/lightningbolt047/dbms_project/ - For release build run:
flutter build --release - For debug build run:
flutter build --debug