A Flutter application to perform basic CRUD operations on MySQL database.
A Flutter application to perform basic CRUD operations on MySQL database.
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.
Clone this repository.
git clone https://github.com/sathya5278/Flutter-CRUD.git
/Server/
into www folder of LAMP or WAMP.For XAMPP move the files into htdocs folder. database.sql
from /Database/
Click on Run icon or run this command from the terminal.
flutter run
Contributions make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are appreciated.
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)Distributed under the GNU GPL License.
Sathya M - @sathya5278
Project Link: https://github.com/sathya5278/Flutter-CRUD