feedpal 0.0.3+2 copy "feedpal: ^0.0.3+2" to clipboard
feedpal: ^0.0.3+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 Flutter:

 $ flutter pub add feedpal

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

dependencies:
  feedpal: ^0.0.3+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: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
145
points
0
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

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_markdown_plus, http, intl, markdown

More

Packages that depend on feedpal