{"id":22221432,"url":"https://github.com/fairooz14/student_information_-crud-","last_synced_at":"2026-05-17T15:08:50.937Z","repository":{"id":261759071,"uuid":"883132202","full_name":"Fairooz14/Student_Information_-CRUD-","owner":"Fairooz14","description":"Student Information management system is mostly used CRUD application of universities or schools. This app is built using SQLite on backend in order to store data of  each students.  ","archived":false,"fork":false,"pushed_at":"2024-11-08T12:55:27.000Z","size":576,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-29T18:02:57.407Z","etag":null,"topics":["backend-projects","crud-application","flutter-apps","sqlite","student-information-management-system"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Fairooz14.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-11-04T12:39:11.000Z","updated_at":"2024-11-11T06:37:24.000Z","dependencies_parsed_at":"2024-11-08T09:37:20.667Z","dependency_job_id":"cda14043-98e6-482f-a8aa-41480d0b1ebd","html_url":"https://github.com/Fairooz14/Student_Information_-CRUD-","commit_stats":null,"previous_names":["fairooz14/student_information_-crud-"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Fairooz14/Student_Information_-CRUD-","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fairooz14%2FStudent_Information_-CRUD-","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fairooz14%2FStudent_Information_-CRUD-/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fairooz14%2FStudent_Information_-CRUD-/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fairooz14%2FStudent_Information_-CRUD-/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Fairooz14","download_url":"https://codeload.github.com/Fairooz14/Student_Information_-CRUD-/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fairooz14%2FStudent_Information_-CRUD-/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33143276,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T09:28:26.183Z","status":"ssl_error","status_checked_at":"2026-05-17T09:27:52.702Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["backend-projects","crud-application","flutter-apps","sqlite","student-information-management-system"],"created_at":"2024-12-02T23:13:31.547Z","updated_at":"2026-05-17T15:08:50.907Z","avatar_url":"https://github.com/Fairooz14.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Student Info CRUD App\n\nA simple Flutter app for managing student information, allowing users to add, update, and delete student data stored in a local SQLite database.\n\n\n## Overview\n\nThis application provides a user-friendly interface to create, view, update, and delete student information. It is built with Flutter and uses SQLite as the local database to store and retrieve data. This is ideal for anyone looking to practice their Flutter and database integration skills.\n\n## Watch the Preview\n\nhttps://github.com/user-attachments/assets/dfcb0ce0-1da0-4d66-9a89-feedd4003f05\n\n\n\n\n## Features\n\n- Add a new student with details such as name, student Id, phone, email, and location.\n- View all students with their respective information.\n- Update existing student details.\n- Delete a student from the database.\n- Persist data locally using SQLite.\n\n\n\n## Getting Started\n\n### Prerequisites\n\n- **Flutter**: Ensure that Flutter is installed. [Install Flutter](https://flutter.dev/docs/get-started/install)\n- **SQLite**: The project uses SQLite for data storage. No additional installation is required as SQLite is supported by Flutter.\n\n### Installation\n\n1. **Clone the repository:**\n   ```bash\n   https://github.com/Fairooz14/Student_Information_-CRUD-.git\n   ```\n2. **Navigate to the project directory:**\n   ```bash\n   cd Student_Information_-CRUD-\n   ```\n3. **Install dependencies:**\n   ```bash\n   flutter pub get\n   ```\n4. **Run the app:**\n   ```bash\n   flutter run\n   ```\n### Project Structure\n```\nlib/\n├── main.dart                 \n├── models/                  \n│   └── student.dart         \n├── pages/                  \n│   ├── home_page.dart    \n│   ├── add_student_page.dart\n├   ├── view_student_page.dart     \n│   └── student_detail_page.dart   \n└── bd_helper/                 \n    └── database_helper.dart \n```\n\n### Dependencies\n```\ndependencies:\n  flutter:\n    sdk: flutter\n  sqflite: ^2.4.0\n  fluttertoast: ^8.2.8\n  awesome_dialog: ^3.2.1\n  path: ^1.9.0\n```\n\u003chr\u003e\nThank you for checking out this project! Happy coding! 🚀\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffairooz14%2Fstudent_information_-crud-","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffairooz14%2Fstudent_information_-crud-","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffairooz14%2Fstudent_information_-crud-/lists"}