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.