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.
- Host: GitHub
- URL: https://github.com/mahdisharififar/flutter_crud_php
- Owner: MahdiSharifiFar
- Created: 2024-01-29T14:15:17.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-02T09:12:12.000Z (almost 2 years ago)
- Last Synced: 2025-06-07T16:13:29.214Z (8 months ago)
- Topics: crud, flutter, flutter-apps, flutter-examples, http-package, mysql, mysql-database, php
- Language: Dart
- Homepage:
- Size: 85.9 KB
- Stars: 7
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A Simple Flutter CRUD app - PHP - MySql





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