omdb_dart 0.0.2 copy "omdb_dart: ^0.0.2" to clipboard
omdb_dart: ^0.0.2 copied to clipboard

Dart client for the www.omdbapi.com API . it will return movie detials like year,IMDB Rating, actors,directors,poster and much more

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add omdb_dart

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  omdb_dart: ^0.0.2

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:omdb_dart/omdb_dart.dart';
6
likes
35
pub points
0%
popularity

Publisher

verified publishercodingboy.in

Dart client for the www.omdbapi.com API . it will return movie detials like year,IMDB Rating, actors,directors,poster and much more

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter, http

More

Packages that depend on omdb_dart