A simple Flutter app that demonstrates CRUD (Create, Read, Update, Delete) operations using shared preferences, JSON & Sqlfite.
- Shared Preference: Entry Management - Manage Entry by adding, viewing, updating, and deleting data.
- JSON: Contacts List - Manage contacts by adding, viewing, updating, and deleting contact information.
- Sqlfite: To-do List - Manage tasks by Adding, updating, and deleting tasks seamlessly.
- Create: Add new data entries to the app.
- Read: View existing data entries.
- Update: Modify and update existing data.
- Delete: Remove unwanted data entries.
Clone the repository using the following command:
- git clone https://github.com/sawongam/crud-data-in-flutter.git
- Open the project in your favorite Flutter IDE (Android Studio, VS Code, etc.).
- Run the app on your emulator or physical device.
Any contributions to improve and expand the app's functionality are welcomed. If you find any bugs or have new ideas for features, feel free to create an issue or submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
This project was created by sawongam