newsapi 1.0.5 copy "newsapi: ^1.0.5" to clipboard
newsapi: ^1.0.5 copied to clipboard

outdated

Use the NewsApi v2 service in Dart. The library has a clear return structure and an easy-to-use API.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add newsapi

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

dependencies:
  newsapi: ^1.0.5

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/newsapi.dart';
10
likes
0
pub points
44%
popularity

Publisher

verified publisheryeungkc.com

Use the NewsApi v2 service in Dart. The library has a clear return structure and an easy-to-use API.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

dio, equatable, json_annotation, pretty_dio_logger, retrofit

More

Packages that depend on newsapi