An open API service indexing awesome lists of open source software.

https://github.com/mahdisharififar/flutter_crud_php

A simple example of working with MySql database (CRUD operation) using PHP programming language in Flutter.
https://github.com/mahdisharififar/flutter_crud_php

crud flutter flutter-apps flutter-examples http-package mysql mysql-database php

Last synced: 8 months ago
JSON representation

A simple example of working with MySql database (CRUD operation) using PHP programming language in Flutter.

Awesome Lists containing this project

README

          

# A Simple Flutter CRUD app - PHP - MySql
![Static Badge](https://img.shields.io/badge/Flutter-blue)
![Static Badge](https://img.shields.io/badge/CRUD-red)
![Static Badge](https://img.shields.io/badge/PHP-purple)
![Static Badge](https://img.shields.io/badge/MySql-orange)
![Static Badge](https://img.shields.io/badge/Package-http.dart-green)

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.
## A Show of the App
https://github.com/MahdiSharifiFar/flutter_crud_php/assets/157637159/1bd03ea2-fb5b-45a6-9e61-362ef76dd70d


## Usage

**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**