inshorts_flutter 0.0.2 inshorts_flutter: ^0.0.2 copied to clipboard
Inshorts news app's flutter implementation. Inshorts is an app which provides news from different sources and presents them under 60 words. This package uses Inshorts mobile app's private API to bring [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add inshorts_flutter
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
inshorts_flutter: ^0.0.2
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:inshorts_flutter/inshorts_flutter.dart';