{"id":23135548,"url":"https://github.com/abdojoker99/cinema","last_synced_at":"2026-02-07T18:33:32.847Z","repository":{"id":257219943,"uuid":"857648955","full_name":"AbdoJoker99/Cinema","owner":"AbdoJoker99","description":"The app features a dynamic home page showcasing trending and upcoming movies, a watchlist for saving favorite films, category browsing for exploring movies by genre or filters, and detailed movie pages with synopses, cast information, trailers, and reviews","archived":false,"fork":false,"pushed_at":"2024-11-14T09:48:03.000Z","size":1090,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"development","last_synced_at":"2025-07-26T11:35:24.748Z","etag":null,"topics":["api","bloc","dart","firebase","flutter","oop","provider","ui"],"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/AbdoJoker99.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":"2024-09-15T08:19:44.000Z","updated_at":"2025-07-25T14:48:07.000Z","dependencies_parsed_at":"2024-10-21T17:37:56.826Z","dependency_job_id":null,"html_url":"https://github.com/AbdoJoker99/Cinema","commit_stats":null,"previous_names":["abdojoker99/cinema"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AbdoJoker99/Cinema","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbdoJoker99%2FCinema","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbdoJoker99%2FCinema/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbdoJoker99%2FCinema/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbdoJoker99%2FCinema/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AbdoJoker99","download_url":"https://codeload.github.com/AbdoJoker99/Cinema/tar.gz/refs/heads/development","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbdoJoker99%2FCinema/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29203782,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T17:44:10.191Z","status":"ssl_error","status_checked_at":"2026-02-07T17:44:07.936Z","response_time":63,"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":["api","bloc","dart","firebase","flutter","oop","provider","ui"],"created_at":"2024-12-17T12:15:57.844Z","updated_at":"2026-02-07T18:33:32.822Z","avatar_url":"https://github.com/AbdoJoker99.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flutter Cinema\n\n## Table of Contents\n- [Overview](#overview)\n-  [API](#API)\n- [firebase](#Firebase)\n- [Screenshots](#screenshots)\n- [Getting Started](#getting-started)\n  - [Prerequisites](#prerequisites)\n  - [Installation](#installation)\n- [Folder Structure](#folder-structure)\n- [Localization](#localization)\n- [Theming](#theming)\n- [Contributors](#contributors)\n  \n## Overview\nThis is a Flutter-based Cinema application that allows users to browse, search for, and manage their movie-watching tasks. The app integrates a movie database API to provide detailed information about various films, helping users discover and keep track of what they want to watch.  iOS devices.\n\n## API\n- **Movie Search**: Retrieve movies based on user queries using a movie database API.\n- **Movie Browsing**: Access categories of movies (e.g., popular, top-rated, upcoming) to explore available films.\n- **Watchlist Management**: Use an API to manage a personal watchlist, allowing users to add and remove movies.\n- **Movie Details**: Fetch detailed information about movies, including title, synopsis, rating, release date, and other relevant data.\n-  **Popular Movies**: Access a list of currently popular movies to see what others are watching.\n- **Top-Rated Movies**: Fetch a list of the highest-rated movies based on user ratings.\n- **Upcoming Movies**: Discover upcoming movie releases to plan future viewings.\n\n## Firebase\n\nTo manage the user's watchlist using Firebase, you'll need to set up Firestore to store watchlist data. Here's how to do it:\n\n### 1. Set Up Firebase\n\n- Go to the [Firebase Console](https://console.firebase.google.com/) and create a new project.\n- Add your Flutter app to the project and follow the setup instructions to download the `google-services.json` (for Android) or `GoogleService-Info.plist` (for iOS).\n\n### 2. Add Firebase Dependencies\n\nAdd the necessary Firebase dependencies in your `pubspec.yaml` file:\n\n```yaml\ndependencies:\n  firebase_core: ^latest_version\n  cloud_firestore: ^latest_version\n```\n## Screenshots\nInclude your app screenshots here.\n\n## Getting Started\n\n### Prerequisites\nEnsure you have the following installed before running this project:\n- Flutter SDK\n- Dart SDK\n- Android Studio or VS Code\n\n### Installation\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/yourusername/flutter_todo_app.git\n# Flutter Task Management App\n\nA task management app built with Flutter that supports multiple languages, custom themes, and a structured directory layout for scalability and maintainability.\n\n## Getting Started\n\nTo get the project dependencies and run the app on your device or emulator, use the following commands:\n\n```bash\n# Fetch project dependencies\nflutter pub get\n\n# Run the app\nflutter run\n```\n\n## Folder Structure\n\nThe project follows a structured directory layout to ensure maintainability and scalability:\n\n## Folder Structure\n```bash\nlib/\n  ├── main.dart                # Entry point of the app\n  ├── screens/                 # App screens (Home, MovieSearch, MovieDetails, Watchlist, etc.)\n  ├── widgets/                 # Custom widgets (MovieItem, WatchlistItem, etc.)\n  ├── models/                  # Data models (Movie, Watchlist)\n  ├── services/                # API services for movie database integratio\n  └── utils/                   # Utility functions (e.g., date formatting, API handling)\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabdojoker99%2Fcinema","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabdojoker99%2Fcinema","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabdojoker99%2Fcinema/lists"}