Flutter SQLite CRUD Operations with Images

Overview

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.

Features

  • Create: Add new images to the database.
  • Read: View stored images.
  • Update: Modify existing images.
  • Delete: Remove images from the database.

Prerequisites

  • Flutter SDK installed.
  • Dart SDK installed.
  • Basic knowledge of Flutter and Dart.
  • SQLite and sqflite package knowledge.