podcast_search 0.1.2 copy "podcast_search: ^0.1.2" to clipboard
podcast_search: ^0.1.2 copied to clipboard

outdated

A simple library providing programmatic access to the iTunes search API for podcasts.

example/podcast_search_example.dart

import 'package:podcast_search/podcast_search.dart';

main() async {
  var search = new Search();

  SearchResult result = await search.search("widgets",
      country: Country.UNITED_KINGDOM,
      limit: 10);

  result.items?.forEach((podcast) {
    print("Found podcast ${podcast.trackName}");
  });
}
36
likes
0
points
1.23k
downloads

Publisher

verified publisheramugofjava.me.uk

Weekly Downloads

A simple library providing programmatic access to the iTunes search API for podcasts.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

http

More

Packages that depend on podcast_search