This Flutter project demonstrates basic CRUD (Create, Read, Update, Delete) operations using SQLite. It provides a simple interface to perform these operations and visualize the images stored in the local database.
- Create: Add new images to the database.
- Read: View stored images.
- Update: Modify existing images.
- Delete: Remove images from the database.
- Flutter SDK installed.
- Dart SDK installed.
- Basic knowledge of Flutter and Dart.
- SQLite and
sqflite
package knowledge.