This is a simple CRUD (Create, Read, Update, Delete) application built using the sqflite package for Flutter. The app allows users to store and manage data in a local SQLite database.
| Home Page | Create Page | Delete Page |
|---|---|---|
![]() |
![]() |
![]() |
Dependencies (packages used on this project):
lib
│───database.dart
│───home.dart
└───main.dart
git clone https://github.com/SamiBouakel/Flutter-CRUD-Operations-Using-SQLite
Open the project in your preferred IDE
flutter pub getflutter run


