/flutter-php-crud

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

Primary LanguageDart

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