Skip to content

Very simple and straightforward example of CRUD(Create, Read, Update, Delete) using Flutter & PHP

Notifications You must be signed in to change notification settings

jioo/flutter-php-crud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flutter + PHP CRUD

Very simple and straightforward example of CRUD(Create, Read, Update, Delete) using Flutter & PHP

paypal

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

About

Very simple and straightforward example of CRUD(Create, Read, Update, Delete) using Flutter & PHP

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published