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

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

With Flutter:

 $ flutter 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: ^2.0.0

Alternatively, your editor might support dart pub get or flutter 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
130
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

Documentation

API reference

License

MIT (LICENSE)

Dependencies

dio, equatable, json_annotation, pretty_dio_logger, retrofit

More

Packages that depend on newsapi