{"id":26851534,"url":"https://github.com/dizzpy/book-management-app","last_synced_at":"2026-04-28T08:35:08.383Z","repository":{"id":284997037,"uuid":"956747683","full_name":"dizzpy/Book-Management-App","owner":"dizzpy","description":"This project was developed as part of the mobile application development course assignment. The goal was to create a CRUD application using Flutter and implement Material Design 3 principles.","archived":false,"fork":false,"pushed_at":"2025-03-28T19:52:33.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T20:32:55.787Z","etag":null,"topics":["flutter","material-design","provider","provider-state-management"],"latest_commit_sha":null,"homepage":"","language":"Dart","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/dizzpy.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}},"created_at":"2025-03-28T19:42:15.000Z","updated_at":"2025-03-28T19:55:11.000Z","dependencies_parsed_at":"2025-03-28T20:32:59.327Z","dependency_job_id":"e7ddc5dd-7a5f-4df1-b362-08b9a55f1e1a","html_url":"https://github.com/dizzpy/Book-Management-App","commit_stats":null,"previous_names":["dizzpy/book-management-assignment"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dizzpy/Book-Management-App","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dizzpy%2FBook-Management-App","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dizzpy%2FBook-Management-App/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dizzpy%2FBook-Management-App/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dizzpy%2FBook-Management-App/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dizzpy","download_url":"https://codeload.github.com/dizzpy/Book-Management-App/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dizzpy%2FBook-Management-App/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32373510,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T20:07:02.737Z","status":"online","status_checked_at":"2026-04-28T02:00:07.250Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["flutter","material-design","provider","provider-state-management"],"created_at":"2025-03-30T22:31:58.116Z","updated_at":"2026-04-28T08:35:08.367Z","avatar_url":"https://github.com/dizzpy.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Book Management App\n\nA Flutter application for managing your book collection with Material Design 3 implementation.\n\n## Features\n\n- Create, Read, Update, and Delete books (CRUD operations)\n- Material Design 3 with dynamic theming\n- Dark/Light mode toggle\n- Swipe actions for quick edit and delete\n- Confirmation dialogs for delete operations\n- Bottom sheet forms for adding/editing books\n- Responsive design\n\n## Screenshots\n\n### Light Mode\n\u003cdiv style=\"display: flex; gap: 10px;\"\u003e\n    \u003cimg src=\"lib/assets/screenshots/Light-Mode.png\" width=\"200\" alt=\"Light Mode Home\"/\u003e\n    \u003cimg src=\"lib/assets/screenshots/Add-Book.png\" width=\"200\" alt=\"Add Book\"/\u003e\n    \u003cimg src=\"lib/assets/screenshots/Edit-Book.png\" width=\"200\" alt=\"Edit Book\"/\u003e\n\u003c/div\u003e\n\n### Actions \u0026 Dark Mode\n\u003cdiv style=\"display: flex; gap: 10px;\"\u003e\n    \u003cimg src=\"lib/assets/screenshots/Dark-Mode.png\" width=\"200\" alt=\"Dark Mode\"/\u003e\n    \u003cimg src=\"lib/assets/screenshots/Swipe-to-Edit.png\" width=\"200\" alt=\"Swipe to Edit\"/\u003e\n    \u003cimg src=\"lib/assets/screenshots/Swipe-to-Delete.png\" width=\"200\" alt=\"Swipe to Delete\"/\u003e\n\u003c/div\u003e\n\n### Confirmations\n\u003cdiv style=\"display: flex; gap: 10px;\"\u003e\n    \u003cimg src=\"lib/assets/screenshots/Delete-Confirmation.png\" width=\"200\" alt=\"Delete Confirmation\"/\u003e\n\u003c/div\u003e\n\n## Getting Started\n\n1. Clone the repository\n```bash\ngit clone https://github.com/dizzpy/Book-Management-Assignment.git\n```\n\n2. Install dependencies\n```bash\nflutter pub get\n```\n\n3. Run the app\n```bash\nflutter run\n```\n\n## Features Details\n\n### Book Management\n- Add new books with title, author, and description\n- View list of all books\n- Edit existing book details\n- Delete books with confirmation\n\n### Gesture Controls\n- Swipe right to edit\n- Swipe left to delete\n- Tap menu for additional options\n\n### UI/UX\n- Material Design 3 components\n- Dynamic color theming\n- Responsive bottom sheets\n- Smooth animations\n- Dark/Light theme toggle\n\n## Dependencies\n\n- Flutter SDK\n- provider: ^6.0.5 (State Management)\n\n## Project Structure\n\n```\nlib/\n├── models/\n│   └── book.dart\n├── providers/\n│   ├── book_provider.dart\n│   └── theme_provider.dart\n├── screens/\n│   └── book_list_screen.dart\n└── main.dart\n```\n\n## Contributing\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE file for details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdizzpy%2Fbook-management-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdizzpy%2Fbook-management-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdizzpy%2Fbook-management-app/lists"}