https://github.com/sathya5278/flutter-crud
A Flutter application to perform basic CRUD operations on MySQL database.
https://github.com/sathya5278/flutter-crud
flutter-app mysql-database php-server
Last synced: 10 months ago
JSON representation
A Flutter application to perform basic CRUD operations on MySQL database.
- Host: GitHub
- URL: https://github.com/sathya5278/flutter-crud
- Owner: sathya5278
- License: gpl-3.0
- Created: 2020-05-29T20:14:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-29T20:38:22.000Z (over 5 years ago)
- Last Synced: 2025-01-27T16:46:52.668Z (about 1 year ago)
- Topics: flutter-app, mysql-database, php-server
- Language: Dart
- Size: 3.91 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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:
- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)
For help getting started with Flutter, view our
[online documentation](https://flutter.dev/docs), 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.
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.
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](https://github.com/sathya5278)
Project Link: [https://github.com/sathya5278/Flutter-CRUD](https://github.com/sathya5278/Flutter-CRUD)