{"id":21669767,"url":"https://github.com/ashtanko/top_movies_flutter","last_synced_at":"2026-04-19T04:38:07.797Z","repository":{"id":119747654,"uuid":"488995367","full_name":"ashtanko/top_movies_flutter","owner":"ashtanko","description":"🎬 Top Movies Flutter: An engaging Flutter application that showcases a curated list of top movies, complete with details, ratings, and reviews. This project serves as a practical example for implementing API integration, state management, and beautiful UI design in Flutter.","archived":false,"fork":false,"pushed_at":"2023-03-21T23:54:34.000Z","size":30199,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-20T15:47:12.147Z","etag":null,"topics":["bloc","dart","flutter","flutterbloc","freezed-flutter-api"],"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/ashtanko.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}},"created_at":"2022-05-05T14:01:16.000Z","updated_at":"2024-10-15T17:27:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"c1c47a67-90dc-4dd8-bca0-48509f3bc3a6","html_url":"https://github.com/ashtanko/top_movies_flutter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"ashtanko/flutter_bloc_app_template","purl":"pkg:github/ashtanko/top_movies_flutter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashtanko%2Ftop_movies_flutter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashtanko%2Ftop_movies_flutter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashtanko%2Ftop_movies_flutter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashtanko%2Ftop_movies_flutter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ashtanko","download_url":"https://codeload.github.com/ashtanko/top_movies_flutter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashtanko%2Ftop_movies_flutter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31995167,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"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":["bloc","dart","flutter","flutterbloc","freezed-flutter-api"],"created_at":"2024-11-25T12:25:03.656Z","updated_at":"2026-04-19T04:38:07.753Z","avatar_url":"https://github.com/ashtanko.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# top 250 movies 🤖 WIP\n\nYet another pet project\n\nThis template is focused on delivering a project with **static analysis** and **continuous\nintegration** already in place.\n\n[![style: lint][lint-style-badge]][lint-style-link]\n[![codecov][codecov-badge]][codecov-link]\n[![CI][ci-badge]][ci-link]\n[![CodeFactor][codefactor-badge]][codefactor-link]\n[![License][license-badge]][license-link]\n[![style: effective dart][style-badge]][style-link]\n[![GitHub forks][forks-badge]][forks-link]\n[![GitHub stars][stars-badge]][stars-link]\n\n## Features 🦄\n\n- Theme support\n- BLoC pattern [**bloc**](https://pub.dev/packages/bloc)\n- Service Locator using [**get_it**](https://pub.dev/packages/get_it)\n- Localization using [**intl**](https://pub.dev/packages/intl)\n- CI Setup with GitHub Actions\n- Codecov Setup with GitHub Actions\n- Unit test coverage\n- Widget test coverage\n\n## Android Screenshots\n\n\u003cp align=\"left\"\u003e\n\u003cimg src=\"/preview/android/light_theme.png\" width=\"32%\"/\u003e\n\u003cimg src=\"/preview/android/dark_theme.png\" width=\"32%\"/\u003e\n\u003cimg src=\"/preview/android/yellow_theme.png\" width=\"32%\"/\u003e\n\u003c/p\u003e\n\n## iOS Screenshots\n\n\u003cp align=\"left\"\u003e\n\u003cimg src=\"/preview/ios/light_theme.png\" width=\"32%\"/\u003e\n\u003cimg src=\"/preview/ios/dark_theme.png\" width=\"32%\"/\u003e\n\u003cimg src=\"/preview/ios/yellow_theme.png\" width=\"32%\"/\u003e\n\u003c/p\u003e\n\n## Static Analysis 🔍\n\nThis template is using [**analyzer**](https://pub.dev/packages/analyzer)\n\nSupported Lint [**Rules**](https://dart-lang.github.io/linter/lints/)\n\nSupported Dart Code [**Metrics**](https://dartcodemetrics.dev/docs/getting-started/introduction)\n\nDart [**Lint**](https://github.com/passsy/dart-lint)\n\n## CI ⚙️\n\nThis template is using [**GitHub\nActions**](https://github.com/ashtanko/flutter_app_skeleton/actions) as CI. You don't need to setup\nany external service and you should have a running CI once you start using this template.\n\n## How to build 🛠️\n\nThe Project uses [**FlutterGen**](https://github.com/FlutterGen/flutter_gen) to generate\nlocalizations, dependencies and mocks\n\nActivate flutter_gen using dart pub global activate flutter_gen command if you haven't done that\nbefore.\n\nafter add export PATH=\"$PATH\":\"$HOME/.pub-cache/bin\" to bash_profile\n\n``` bash\n# clean project, install dependencies \u0026 generate sources\nmake\n\n# generate localizations, dependencies, image assets, colors, fonts\nmake gen\n\n# generate localizations\nmake localize\n\n# analyze the project\ncheck\n```\n\n## Contributing 🤝\n\nFeel free to open a issue or submit a pull request for any bugs/improvements.\n\n## License 📄\n\nThis project is licensed under the MIT License - see the [License](LICENSE) file for details. Please\nnote that the generated template is offering to start with a MIT license but you can change it to\nwhatever you wish, as long as you attribute under the MIT terms that you're using the template.\n\n[lint-style-badge]: https://img.shields.io/badge/style-lint-4BC0F5.svg\n[lint-style-link]: https://pub.dev/packages/lint\n[codecov-badge]: https://codecov.io/gh/ashtanko/top_movies_flutter/branch/main/graph/badge.svg?token=EKL8PUJRGF\n[codecov-link]: https://codecov.io/gh/ashtanko/top_movies_flutter\n[ci-badge]: https://github.com/ashtanko/top_movies_flutter/actions/workflows/ci.yml/badge.svg\n[ci-link]: https://github.com/ashtanko/top_movies_flutter/actions/workflows/ci.yml\n[codefactor-badge]: https://www.codefactor.io/repository/github/ashtanko/top_movies_flutter/badge\n[codefactor-link]: https://www.codefactor.io/repository/github/ashtanko/top_movies_flutter\n[license-badge]: https://img.shields.io/github/license/dart-code-checker/dart-code-metrics\n[license-link]: https://github.com/dart-code-checker/dart-code-metrics/blob/master/LICENSE\n[style-badge]: https://img.shields.io/badge/style-effective_dart-40c4ff.svg\n[style-link]: https://pub.dev/packages/effective_dart\n[forks-badge]: https://img.shields.io/github/forks/ashtanko/top_movies_flutter\n[forks-link]: https://github.com/ashtanko/top_movies_flutter/network\n[stars-badge]: https://img.shields.io/github/stars/ashtanko/top_movies_flutter\n[stars-link]: https://github.com/ashtanko/top_movies_flutter/stargazers","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fashtanko%2Ftop_movies_flutter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fashtanko%2Ftop_movies_flutter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fashtanko%2Ftop_movies_flutter/lists"}