{"id":25229778,"url":"https://github.com/viralvaghela/omdb_dart","last_synced_at":"2026-04-11T20:37:49.643Z","repository":{"id":56835848,"uuid":"283575417","full_name":"viralvaghela/omdb_dart","owner":"viralvaghela","description":"Dart client for the www.omdbapi.com API . it will return movie detials like year,IMDB Rating, actors,directors,poster and much more","archived":false,"fork":false,"pushed_at":"2020-07-29T18:53:47.000Z","size":8,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-16T01:23:34.763Z","etag":null,"topics":["flutter","flutter-apps","flutter-movie-search","flutter-packages","package"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/omdb_dart","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/viralvaghela.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-07-29T18:38:52.000Z","updated_at":"2020-07-31T16:04:36.000Z","dependencies_parsed_at":"2022-09-13T08:40:33.435Z","dependency_job_id":null,"html_url":"https://github.com/viralvaghela/omdb_dart","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/viralvaghela/omdb_dart","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viralvaghela%2Fomdb_dart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viralvaghela%2Fomdb_dart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viralvaghela%2Fomdb_dart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viralvaghela%2Fomdb_dart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/viralvaghela","download_url":"https://codeload.github.com/viralvaghela/omdb_dart/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viralvaghela%2Fomdb_dart/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31695165,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T20:18:30.949Z","status":"ssl_error","status_checked_at":"2026-04-11T20:18:29.982Z","response_time":54,"last_error":"SSL_read: 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":["flutter","flutter-apps","flutter-movie-search","flutter-packages","package"],"created_at":"2025-02-11T11:06:51.442Z","updated_at":"2026-04-11T20:37:49.598Z","avatar_url":"https://github.com/viralvaghela.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# omdb_dart\n\nDart client for the www.omdbapi.com API . it will return movie detials like year,IMDB Rating, actors,directors,poster and much more  \n\n# Getting Started\nTo run or use this package you'll need to first get an API key from [http://omdbapi.com](http://www.omdbapi.com/apikey.aspx).\n\n# Now import it \n\n```dart\n    import 'package:omdb_dart/omdb_dart.dart';\n```\n\n# How to Use\n\nCreate a object of Omdb class and pass API KEY and movie name.\n\n```dart\n    Omdb client = new Omdb(\"KEY\", \"MOVIE\");\n```\n\nGet details\n```dart\n    print(\"Title : ${client.movie.title}\"); // print Title of the movie\n    print(\"Released : ${client.movie.released}\"); //print Released Date\n    print(\"Runtime : ${client.movie.runtime}\"); //runtime\n    print(\"Poster URL : ${client.movie.poster}\"); //URL of poster\n    print(\"Director :${client.movie.director} \"); //Director\n    print(\"Writer :${client.movie.writer} \");\n    print(\"Actors :${client.movie.actors} \");\n    print(\"Plot :${client.movie.plot} \");\n    print(\"Language :${client.movie.language} \");\n    print(\"Country :${client.movie.country} \");\n    print(\"Awards :${client.movie.awards} \");\n    print(\"Meta Score :${client.movie.metascore} \");\n    print(\"IMDB Rating :${client.movie.imdbRating} \");\n    print(\"IMDB Votes :${client.movie.imdbVotes} \");\n    print(\"IMDB ID :${client.movie.imdbID} \");\n    print(\"Website :${client.movie.website} \");\n    print(\"Production :${client.movie.production} \");\n    print(\"Box Office :${client.movie.boxOffice} \");\n```\nCreated By [Viral Vaghela](https://github.com/viralvaghela)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fviralvaghela%2Fomdb_dart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fviralvaghela%2Fomdb_dart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fviralvaghela%2Fomdb_dart/lists"}