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

110/ 160
pub points
25
downloads

We analyzed this package 23 hours ago, and awarded it 110 pub points (of a possible 160):

Partially passed report section
Follow Dart file conventions
30 / 30trigger folding of the section

Partially passed check 10/10 points: Provide a valid pubspec.yaml

Repository URL doesn't exist.

At the time of the analysis https://github.com/sunderee/gofeed-flutter was unreachable. Make sure that the website is reachable via HEAD requests.

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: AGPL-3.0.

Failed report section
Provide documentation
0 / 20trigger folding of the section

Partially passed check 0/10 points: 20% or more of the public API has dartdoc comments

3 out of 33 API elements (9.1 %) have documentation comments.

Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.

To highlight public API members missing documentation consider enabling the public_member_api_docs lint.

Some symbols that are missing documentation: gofeed_flutter, gofeed_flutter.GofeedFlutter, gofeed_flutter.GofeedFlutter.parse, gofeed_flutter.GofeedFlutter.parseSingle, gofeed_flutter.GofeedFlutter.validate.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

Failed report section
Platform support
20 / 20trigger folding of the section

Passed check 20/20 points: Supports 2 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

These platforms are not supported:

Package does not support platform `Windows`.

Because:

  • package:gofeed_flutter/gofeed_flutter.dart that declares support for platforms: Android, iOS.
Package does not support platform `Linux`.

Because:

  • package:gofeed_flutter/gofeed_flutter.dart that declares support for platforms: Android, iOS.
Package does not support platform `macOS`.

Because:

  • package:gofeed_flutter/gofeed_flutter.dart that declares support for platforms: Android, iOS.
Package does not support platform `Web`.

Because:

  • package:gofeed_flutter/gofeed_flutter.dart that declares support for platforms: Android, iOS.

Failed check 0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:gofeed_flutter/gofeed_flutter.dart that imports:
  • package:gofeed_flutter/gofeed_flutter_bindings_generated.dart that imports:
  • dart:ffi

This package is not compatible with runtime wasm, and will not be rewarded full points in a future version of the scoring model.

See https://dart.cn/web/wasm for details.

Failed report section
Pass static analysis
30 / 50trigger folding of the section

Failed check 30/50 points: code has no errors, warnings, lints, or formatting issues

WARNING: The declaration '_GoString_' isn't referenced.

lib/gofeed_flutter_bindings_generated.dart:124:13

    ╷
124 │ final class _GoString_ extends ffi.Struct {
    │             ^^^^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/gofeed_flutter_bindings_generated.dart

Failed report section
Support up-to-date dependencies
30 / 40trigger folding of the section

Failed check 0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest Notes
dart_scope_functions ^0.1.6 0.1.8 1.0.4
ffi ^2.1.2 2.1.4 2.1.4
plugin_platform_interface ^2.1.8 2.1.8 2.1.8
Transitive dependencies
Package Constraint Compatible Latest Notes
characters - 1.4.0 1.4.1
collection - 1.19.1 1.19.1
material_color_utilities - 0.11.1 0.13.0
meta - 1.16.0 1.17.0
vector_math - 2.2.0 2.2.0

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

The constraint `^0.1.6` on dart_scope_functions does not support the stable version `1.0.0`.

Try running dart pub upgrade --major-versions dart_scope_functions to update the constraint.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.22.24, Flutter 3.35.5, Dart 3.9.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
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