{"id":29285743,"url":"https://github.com/navin82005/webtoon-explorer-app","last_synced_at":"2026-05-07T03:36:04.530Z","repository":{"id":302563833,"uuid":"870722669","full_name":"Navin82005/Webtoon-Explorer-App","owner":"Navin82005","description":"Toon Gaala - A anime manga reader application using flutter","archived":false,"fork":false,"pushed_at":"2025-07-03T03:19:22.000Z","size":31411,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-03T04:27:38.977Z","etag":null,"topics":["firebase","flutter","getx","hive","mongodb"],"latest_commit_sha":null,"homepage":"","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Navin82005.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-10-10T14:50:06.000Z","updated_at":"2025-07-03T03:19:26.000Z","dependencies_parsed_at":"2025-07-03T04:38:08.413Z","dependency_job_id":null,"html_url":"https://github.com/Navin82005/Webtoon-Explorer-App","commit_stats":null,"previous_names":["navin82005/webtoon-explorer-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Navin82005/Webtoon-Explorer-App","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Navin82005%2FWebtoon-Explorer-App","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Navin82005%2FWebtoon-Explorer-App/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Navin82005%2FWebtoon-Explorer-App/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Navin82005%2FWebtoon-Explorer-App/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Navin82005","download_url":"https://codeload.github.com/Navin82005/Webtoon-Explorer-App/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Navin82005%2FWebtoon-Explorer-App/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263819240,"owners_count":23516123,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["firebase","flutter","getx","hive","mongodb"],"created_at":"2025-07-05T23:09:51.440Z","updated_at":"2026-05-07T03:36:04.525Z","avatar_url":"https://github.com/Navin82005.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Toon Gaala\n\n**Toon Gaala** is your gateway to a vast collection of **Korean Mangas**! Whether you're a seasoned reader or new to the world of manhwa, this app offers a comprehensive library of your favorite series. Explore, discover, and dive into the best of Korean storytelling, all within an intuitive and user-friendly interface. Users can also save their favorite mangas locally for easy access!\n\n![Thumbnail](https://github.com/Navin82005/Webtoon-Explorer-App/blob/main/out/ToonGalaThumbnail.png)\n\n## Features\n\n- **Huge Manga Collection:** Access a wide range of Korean mangas, from classics to the latest releases.\n- **Search \u0026 Filter:** Easily search for mangas by genre, status, and ratings.\n- **Favorites System:** Add mangas to your favorites list for quick access, stored locally in **Hive**.\n- **Offline Access:** Enjoy your favorite mangas even when you're offline with local storage using Hive.\n- **Interactive UI:** Simple and clean interface to enhance your manga reading experience.\n\n## Getting Started\n\n### Prerequisites\n\nEnsure you have the following installed:\n- [Flutter](https://flutter.dev/docs/get-started/install) (for mobile development)\n- [Dart SDK](https://dart.dev/get-dart) (if not bundled with Flutter)\n\n### Installation\n\n1. **Clone the repository:**\n\n   ```bash\n   https://github.com/Navin82005/Webtoon-Explorer-App.git\n\n2. **Navigate into the project directory:**\n\n   ```bash\n   cd webtoon_explorer\n\n3. **Install dependencies:**\n\n   ```bash\n   flutter pub get\n\n4. **Run the app:**\n\n   ```bash\n   flutter run\n\n## Project Structure\n\n```\n/toon-gaala\n│\n├── /lib                   # Main source files\n│   ├── /controller         # GetX controllers for app state management\n│   ├── /model              # Data models such as Manga\n│   ├── /view               # UI components and pages\n│   └── main.dart           # App entry point\n│\n└── /assets                 # Images, icons, and other assets\n```\n\n## Local Storage\n\nThis app uses **Hive** for local storage. Users can store their favorite mangas locally for easy access, even offline. The storage is lightweight and fast, ensuring a seamless experience when managing your manga collection.\n\n## App Screenshots\n\nHere are some screenshots demonstrating the app features:\n\n| Home Page                     | Search Page                     | Manga Details                | Favorites List               |\n| ------------------------------ | ------------------------------ | ---------------------------- | ---------------------------- |\n| ![Home Page](out/screen/home.jpg) | ![Searck Page](out/screen/search.jpg) | ![Manga Details](out/screen/detail.jpg) | ![Favorites](out/screen/favorite.jpg) |\n|![Loader](out/screen/loader.jpg)|![Filter Search](out/screen/filter.jpg)|![Onboarding](out/screen/onboarding.jpg)||\n\n\n## Contributing\n\nIf you'd like to contribute to **Toon Gaala**, please fork the repository and use a feature branch. Pull requests are warmly welcome!\n\n1. Fork it (https://github.com/your-username/toon-gaala/fork)\n2. Create your feature branch (`git checkout -b feature/YourFeature`)\n3. Commit your changes (`git commit -m 'Add YourFeature'`)\n4. Push to the branch (`git push origin feature/YourFeature`)\n5. Create a new Pull Request\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n## Contact\n\nFor any inquiries or feedback, feel free to reach out:\n\n- **Name:** Naveen N\n- **Email:** navin82005@gmail.com\n- **GitHub:** [Navin82005](https://github.com/Navin82005/)\n\n---\n\nExplore the world of **Manhwa** with **Toon Gaala** and save your favorites locally for endless entertainment!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnavin82005%2Fwebtoon-explorer-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnavin82005%2Fwebtoon-explorer-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnavin82005%2Fwebtoon-explorer-app/lists"}