https://github.com/jioo/flutter-php-crud
Very simple and straightforward example of CRUD(Create, Read, Update, Delete) using Flutter & PHP
https://github.com/jioo/flutter-php-crud
crud crud-sample flutter flutter-sample php
Last synced: 13 days ago
JSON representation
Very simple and straightforward example of CRUD(Create, Read, Update, Delete) using Flutter & PHP
- Host: GitHub
- URL: https://github.com/jioo/flutter-php-crud
- Owner: jioo
- Created: 2019-11-16T13:45:24.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-18T09:30:30.000Z (over 5 years ago)
- Last Synced: 2025-03-28T22:51:12.294Z (about 1 month ago)
- Topics: crud, crud-sample, flutter, flutter-sample, php
- Language: Dart
- Size: 69.3 KB
- Stars: 14
- Watchers: 3
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flutter + PHP CRUD
Very simple and straightforward example of CRUD(Create, Read, Update, Delete) using Flutter & PHP[](http://paypal.me/jjquiazon)
# Prerequisite
1. Install any apache + php + mysql stack (XAMPP, LAMP, WAMP Stack, etc...)
2. Flutter installation. https://flutter.dev/docs/get-started/install# Setup
1. Import school.db in your database
2. Run in git bash
```bash
# This will create db.php and mobile_app/lib/env.dart files
./setup.sh
```
3. Update db.php with you database credentials
4. Update lib/env.dart with your IPV4 Address