hack19 1.0.1 copy "hack19: ^1.0.1" to clipboard
hack19: ^1.0.1 copied to clipboard

A starting point for Dart libraries or applications.

#Hack19 Feed agregrator

Created from templates made available by Stagehand under a BSD-style license.

Usage #

A simple usage example:

final fetcher = FeedFetcher("https://medium.com/feed/flutter");
final feed = await fetcher.fetch();

print(feed.title);
for (var feedItem in feed.items) {
  print(feedItem.title);
}

You can found more examples in the tests files.

Features and bugs #

Please file feature requests and bugs at the issue tracker.

0
likes
15
pub points
0%
popularity

Publisher

unverified uploader

A starting point for Dart libraries or applications.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

http, webfeed

More

Packages that depend on hack19