Very simple and straightforward example of CRUD(Create, Read, Update, Delete) using Flutter & PHP
- Install any apache + php + mysql stack (XAMPP, LAMP, WAMP Stack, etc...)
- Flutter installation. https://flutter.dev/docs/get-started/install
- Import school.db in your database
- Run in git bash
# This will create db.php and mobile_app/lib/env.dart files ./setup.sh
- Update db.php with you database credentials
- Update lib/env.dart with your IPV4 Address