{"id":13674585,"url":"https://github.com/devrnt/movie-catalog","last_synced_at":"2025-03-19T15:30:26.930Z","repository":{"id":102836614,"uuid":"143777166","full_name":"devrnt/movie-catalog","owner":"devrnt","description":"🎬 A movie catalog app for both Android \u0026 IOS ~ Flutter.io project in Dart | Dart, Bloc, Movies","archived":false,"fork":false,"pushed_at":"2020-10-25T13:45:42.000Z","size":2861,"stargazers_count":52,"open_issues_count":5,"forks_count":10,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-28T19:26:50.501Z","etag":null,"topics":["bloc","blocpattern","flutter","flutter-app","flutter-apps","mobile","streams","yify","yify-torrents","yts","yts-movie","yts-torrent"],"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/devrnt.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}},"created_at":"2018-08-06T20:03:55.000Z","updated_at":"2024-09-25T13:01:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"b53fc5ce-a976-48da-bb53-ff85f1aee86f","html_url":"https://github.com/devrnt/movie-catalog","commit_stats":null,"previous_names":[],"tags_count":26,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devrnt%2Fmovie-catalog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devrnt%2Fmovie-catalog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devrnt%2Fmovie-catalog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devrnt%2Fmovie-catalog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devrnt","download_url":"https://codeload.github.com/devrnt/movie-catalog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243997126,"owners_count":20380981,"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":["bloc","blocpattern","flutter","flutter-app","flutter-apps","mobile","streams","yify","yify-torrents","yts","yts-movie","yts-torrent"],"created_at":"2024-08-02T11:00:54.470Z","updated_at":"2025-03-19T15:30:26.617Z","avatar_url":"https://github.com/devrnt.png","language":"Dart","funding_links":[],"categories":["Dart"],"sub_categories":[],"readme":"# Movie Catalog App\n\n🎬 Browse through movies from the YIFY api\n\n## Getting Started\n\nFor help getting started with Flutter, view our online\n[documentation](https://flutter.dev/).\n\n## Todo\n* VPN Support\n* Refactor bloc patterns and services\n* Add tests\n\n### Done this version\n* ...\n\n## Building\nCreate a `keys.dart` file in the `lib/config/` folder and add the following code snippet in the `keys.dart`:\n\n```dart \nclass Keys {\n  static String admobAppId = 'your admob app id';\n  static String addUnitId = 'your admob add unit id';\n  static String theMovieDb = 'your https://www.themoviedb.org api key';\n  static String sentryDsn = 'your sentry Dsn';\n}\n```\n### Apk\nTo build the **free** version:\n```console\nflutter build apk --release --flavor free -t lib/main.dart\n```\n\nTo build the **pro** version\n```\nflutter build apk --release --flavor pro -t lib/main_pro.dart\n```\n\n**Explanation:** The `flavor` option makes sure that in Android the `build.gradle` is using the right build flavors (including different applicationId).\nThe `target` option (-t) makes sure we can use the different flavors in the dart code.\n\n**VSCode:** Go to the debug tab (ctrl + shift + D) and select on top the debug configuration and there will be 2 available options: `Flutter Free` and `Flutter Pro`.\nThese configurations will build the app with the commands given above.\n\n### App bundles (preferred)\nTo build the **free** version:\n```console\nflutter build appbundle --flavor free -t lib/main.dart\n```\n\nTo build the **pro** version\n```\nflutter build appbundle --flavor pro -t lib/main_pro.dart\n```\n\n## Developping\nDon't hesitate to fork this repository and if you are having any questions please contact me.\n\n## Play Store\n### Free\n[https://play.google.com/store/apps/details?id=com.devrnt.moviecatalog](https://play.google.com/store/apps/details?id=com.devrnt.moviecatalog)\n### Pro\n[https://play.google.com/store/apps/details?id=com.devrnt.moviecatalog.pro](https://play.google.com/store/apps/details?id=com.devrnt.moviecatalog.pro)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevrnt%2Fmovie-catalog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevrnt%2Fmovie-catalog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevrnt%2Fmovie-catalog/lists"}