hackernews_api 0.0.7 copy "hackernews_api: ^0.0.7" to clipboard
hackernews_api: ^0.0.7 copied to clipboard

A Flutter package of Hacker News API for accessing top and new stories.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add hackernews_api

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

dependencies:
  hackernews_api: ^0.0.7

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:hackernews_api/hackernews_api.dart';
5
likes
140
pub points
53%
popularity

Publisher

verified publishermarsad.dev

A Flutter package of Hacker News API for accessing top and new stories.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, http

More

Packages that depend on hackernews_api