In this project, the operation of inserting, editing and deleting information in the MySql database is shown in the simplest way and with the PHP programming language.
flutter_crud_php_mysql.mp4
Important Notes :
The api folder contains the server side code file and you should put it in the server or Xampp.
The value of the staticIp (in home_page.dart) variable must be specified as follows:
-use 10.0.2.2 instead of localhost for working on Android Emulator
-use localhost or 127.0.0.1 for working on Web Browsers