newsapi_client 0.2.5+2 copy "newsapi_client: ^0.2.5+2" to clipboard
newsapi_client: ^0.2.5+2 copied to clipboard

A client for the newsapi.org API (v2) written in dart. You can get access to the API by signing up at https://newsapi.org.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add newsapi_client

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

dependencies:
  newsapi_client: ^0.2.5+2

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

Import it

Now in your Dart code, you can use:

import 'package:newsapi_client/newsapi_client.dart';
3
likes
40
pub points
38%
popularity

Publisher

unverified uploader

A client for the newsapi.org API (v2) written in dart. You can get access to the API by signing up at https://newsapi.org.

Repository (GitHub)
View/report issues
Contributing

License

MIT (LICENSE)

Dependencies

http

More

Packages that depend on newsapi_client