YounessTayer / flutter-php-crud

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Dart 82.3%Language:PHP 10.2%Language:Kotlin 4.2%Language:Swift 2.5%Language:Shell 0.5%Language:Objective-C 0.2%