Skip to content

This repo contains a simple implementation of CRUD (Create, Read, Update, Delete) operations in a Flutter application using SQLite database.

Notifications You must be signed in to change notification settings

AmigoSniper/simple-flutter-crud-with-sqlite

Repository files navigation

Crud_flutter with Sqlite

This repo contains a simple implementation of CRUD (Create, Read, Update, Delete) operations in a Flutter application using SQLite database, with the addition of a feature to add photos to student records.

Features:

  1. Add new student data (name, NIM, and photo)
  2. Display a list of all students with their photos
  3. Update existing student data (name, NIM, and photo)
  4. Delete student data
  5. Image picker integration for selecting photos

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:

For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

About

This repo contains a simple implementation of CRUD (Create, Read, Update, Delete) operations in a Flutter application using SQLite database.

Resources

Stars

Watchers

Forks

Packages

No packages published