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:
- Add new student data (name, NIM, and photo)
- Display a list of all students with their photos
- Update existing student data (name, NIM, and photo)
- Delete student data
- Image picker integration for selecting photos
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.