Skip to content

Student Management System is a simple Flutter app to manage student records efficiently. It uses sqflite for local SQL storage and supports full CRUD operations. With global state management (Provider/GetX), users can easily add, edit, delete, and search student details. The app follows a clean and organized code structure for easy maintenance and

Notifications You must be signed in to change notification settings

Abhiram-ks/StudentManagement-

Repository files navigation

Student Management System is a Flutter-based mobile application designed to efficiently manage student records. It uses a local SQL database (sqflite) for persistent data storage and supports complete CRUD operations — Create, Read, Update, and Delete. The app includes a search functionality to quickly find students by name and allows viewing and editing of detailed student profiles such as name, age, course, and contact info. With a clean and intuitive UI, the app integrates global state management (using Provider or GetX) to ensure smooth and consistent data flow. The project follows clean architecture principles, making it easy to scale, maintain, and extend.

About

Student Management System is a simple Flutter app to manage student records efficiently. It uses sqflite for local SQL storage and supports full CRUD operations. With global state management (Provider/GetX), users can easily add, edit, delete, and search student details. The app follows a clean and organized code structure for easy maintenance and

Topics

Resources

Stars

Watchers

Forks