feedpal 0.0.2
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 feedpalWith Flutter:
$ flutter pub add feedpalThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
feedpal: ^0.0.2Alternatively, 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';