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.
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Abhiram-ks/StudentManagement-
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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