You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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