项目作者: sathya5278

项目描述 :
A Flutter application to perform basic CRUD operations on MySQL database.
高级语言: Dart
项目地址: git://github.com/sathya5278/Flutter-CRUD.git
创建时间: 2020-05-29T20:14:23Z
项目社区:https://github.com/sathya5278/Flutter-CRUD

开源协议:GNU General Public License v3.0

下载


Flutter-CRUD

A Flutter application to perform basic CRUD operations on MySQL database.

Demo



Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view our
online documentation, which offers tutorials,
samples, guidance on mobile development, and a full API reference.

Requirements

  • LAMP | WAMP | XAMPP
  • Android Studio | VS Code
  • Flutter SDK

Installation

  1. Download suitable stack based on your OS.
  2. Clone this repository.

    1. git clone https://github.com/sathya5278/Flutter-CRUD.git
  3. Move the server related files from /Server/ into www folder of LAMP or WAMP.For XAMPP move the files into htdocs folder.

Usage

  1. Open WAMP | LAMP | XAMPP.
  2. Start apache2 and mysql server.
  3. Create database using database.sql from /Database/
  4. Open Android Studio or VS Code and open the cloned project.
  5. Create an Emulator and Start it.
  6. Click on Run icon or run this command from the terminal.

    1. flutter run

Contributing

Contributions make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the GNU GPL License.

Contact

Sathya M - @sathya5278

Project Link: https://github.com/sathya5278/Flutter-CRUD