feedpal 0.0.2 copy "feedpal: ^0.0.2" to clipboard
feedpal: ^0.0.2 copied to clipboard

Grow your app and turn your users into fans Feed your blog and mobile app with fresh, engaging content automatically and effortlessly.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add feedpal

With Flutter:

 $ flutter pub add feedpal

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

dependencies:
  feedpal: ^0.0.2

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:feedpal/api/feed_api.dart';
import 'package:feedpal/components/article_view.dart';
import 'package:feedpal/components/feed_list.dart';
import 'package:feedpal/components/feed_list_item.dart';
import 'package:feedpal/feed.dart';
import 'package:feedpal/models/article.dart';
0
likes
0
points
1
downloads

Publisher

unverified uploader

Weekly Downloads

Grow your app and turn your users into fans Feed your blog and mobile app with fresh, engaging content automatically and effortlessly.

Homepage

License

unknown (license)

Dependencies

flutter, flutter_markdown_plus, http, intl, markdown

More

Packages that depend on feedpal