{"id":24783198,"url":"https://github.com/thatlinuxguyyouknow/movie-sreaming-app-flutter-showcase","last_synced_at":"2026-07-29T16:31:32.289Z","repository":{"id":244591766,"uuid":"815690593","full_name":"ThatLinuxGuyYouKnow/Movie-Sreaming-App-Flutter-Showcase","owner":"ThatLinuxGuyYouKnow","description":"Skeletal Flutter app for a streaming platform","archived":false,"fork":false,"pushed_at":"2024-11-20T22:46:21.000Z","size":2864,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-11T07:49:05.994Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/ThatLinuxGuyYouKnow.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-06-15T21:08:13.000Z","updated_at":"2024-11-20T22:46:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"d44f9cd6-dc4a-4502-84fa-c4883124c5d6","html_url":"https://github.com/ThatLinuxGuyYouKnow/Movie-Sreaming-App-Flutter-Showcase","commit_stats":null,"previous_names":["thatlinuxguyyouknow/skeletalstreamingapp","thatlinuxguyyouknow/movie-sreaming-app-flutter-showcase"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ThatLinuxGuyYouKnow/Movie-Sreaming-App-Flutter-Showcase","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThatLinuxGuyYouKnow%2FMovie-Sreaming-App-Flutter-Showcase","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThatLinuxGuyYouKnow%2FMovie-Sreaming-App-Flutter-Showcase/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThatLinuxGuyYouKnow%2FMovie-Sreaming-App-Flutter-Showcase/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThatLinuxGuyYouKnow%2FMovie-Sreaming-App-Flutter-Showcase/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ThatLinuxGuyYouKnow","download_url":"https://codeload.github.com/ThatLinuxGuyYouKnow/Movie-Sreaming-App-Flutter-Showcase/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThatLinuxGuyYouKnow%2FMovie-Sreaming-App-Flutter-Showcase/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36041244,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"online","status_checked_at":"2026-07-29T02:00:04.910Z","response_time":95,"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":[],"created_at":"2025-01-29T12:15:57.664Z","updated_at":"2026-07-29T16:31:31.541Z","avatar_url":"https://github.com/ThatLinuxGuyYouKnow.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n# Silly - Streaming Platform\n\nSilly is a streaming platform built using Flutter. This repository contains a skeletal version of the app with essential screens for login, sign up (with email and phone number options), home, and subscribe functionalities.\n\n## Table of Contents\n- [Introduction](#introduction)\n- [Features](#features)\n- [Project Structure](#project-structure)\n- [Prerequisites](#prerequisites)\n- [Installation](#installation)\n- [Usage](#usage)\n- [Screens](#screens)\n  - [Login Screen](#login-screen)\n  - [Sign Up Screen](#sign-up-screen)\n  - [Home Screen](#home-screen)\n  - [Subscribe Screen](#subscribe-screen)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Introduction\nSilly is designed to provide a seamless streaming experience. This skeletal app includes the basic navigation and UI elements needed to get started with building a full-fledged streaming platform.\n\n## Features\n- Login screen with email and phone number options\n- ![silly-login](https://github.com/ThatLinuxGuyYouKnow/SkeletalStreamingApp/assets/92615787/535ee7f9-c6b7-434f-8cbe-d69cf2081000)\n\n- Sign up screen with email and phone number options\n- ![silly-sign-up](https://github.com/ThatLinuxGuyYouKnow/SkeletalStreamingApp/assets/92615787/f5cf054f-a065-442d-bc4d-e53dda694996)\n\n- Home screen displaying featured content:\n- ![silly-home-screen](https://github.com/ThatLinuxGuyYouKnow/SkeletalStreamingApp/assets/92615787/433ec923-e57e-4155-859b-7e64e7951ab5)\n\n- Subscribe screen for subscription management\n![silly-premium](https://github.com/ThatLinuxGuyYouKnow/SkeletalStreamingApp/assets/92615787/dac56840-a186-4906-afed-e375576d9e41)\n\n\n## Prerequisites\n- Flutter SDK: [Installation Guide](https://flutter.dev/docs/get-started/install)\n- Dart SDK: Included with Flutter\n- An IDE with Flutter support (VS Code, Android Studio, etc.)\n\n## Installation\n1. Clone the repository:\n    ```bash\n    git clone https://github.com/ThatLinuxGuyYouKnow/silly.git\n    cd silly\n    ```\n\n2. Install the dependencies:\n    ```bash\n    flutter pub get\n    ```\n\n3. Run the app:\n    ```bash\n    flutter run\n    ```\n\n## Usage\n- **Login Screen:** Allows users to log in using email or phone number.\n- **Sign Up Screen:** Provides options for users to sign up with email or phone number.\n- **Home Screen:** Displays the featured content of the streaming platform.\n- **Subscribe Screen:** Manages user subscriptions.\n\n## Screens\n\n### Login Screen\nThe login screen allows users to log in using their email or phone number. It provides a simple and intuitive interface for authentication.\n\n### Sign Up Screen\nThe sign up screen provides two options for creating an account:\n- **Email:** Users can sign up using their email address.\n- **Phone Number:** Users can sign up using their phone number.\n\n### Home Screen\nThe home screen is the main interface of the app where users can browse and view featured content.\n\n### Subscribe Screen\nThe subscribe screen allows users to manage their subscriptions. It provides options to subscribe to different plans and manage existing subscriptions.\n\n## Contributing\nContributions are welcome! Please fork this repository and submit pull requests for any enhancements or bug fixes.\n\n## License\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthatlinuxguyyouknow%2Fmovie-sreaming-app-flutter-showcase","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthatlinuxguyyouknow%2Fmovie-sreaming-app-flutter-showcase","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthatlinuxguyyouknow%2Fmovie-sreaming-app-flutter-showcase/lists"}