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

discontinued
PlatformAndroidiOS

RSS parsing library powered by Go's gofeed package, exposing itself via FFI

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add gofeed_flutter

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

dependencies:
  gofeed_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:gofeed_flutter/gofeed_flutter.dart';
0
likes
110
points
25
downloads

Publisher

unverified uploader

Weekly Downloads

RSS parsing library powered by Go's gofeed package, exposing itself via FFI

Repository (GitHub)

Topics

#rss #rss-parser #gofeed

Documentation

API reference

License

AGPL-3.0 (license)

Dependencies

dart_scope_functions, ffi, flutter, plugin_platform_interface

More

Packages that depend on gofeed_flutter

Packages that implement gofeed_flutter