basic_feed_fetcher 0.0.1+3 copy "basic_feed_fetcher: ^0.0.1+3" to clipboard
basic_feed_fetcher: ^0.0.1+3 copied to clipboard

An all-inclusive plugin, for fetching your own posts, from Facebook, Instagram and Twitter.

1
likes
110/ 160
pub points
3
downloads

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

Failed report section
Follow Dart file conventions
20 / 30trigger folding of the section

Failed check 0/10 points: Provide a valid pubspec.yaml

Failed to verify repository URL.

Please provide a valid repository URL in pubspec.yaml, such that:

  • repository can be cloned,
  • a clone of the repository contains a pubspec.yaml, which:,
    • contains name: basic_feed_fetcher,
    • contains a version property, and,
    • does not contain a publish_to property.

pubspec.yaml from the repository defines publish_to, thus, we are unable to verify the package is published from here.

Issue tracker URL doesn't exist.

At the time of the analysis https://github.com/AhalDentalClinic/basic_feed_fetcher/issues 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: BSD-3-Clause.

Partially passed report section
Provide documentation
10 / 20trigger folding of the section

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

4 out of 37 API elements (10.8 %) 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: basic_feed_fetcher, basic_feed_fetcher.InstagramBasicDisplay, basic_feed_fetcher.InstagramBasicDisplay.InstagramBasicDisplay.new, basic_feed_fetcher.InstagramBasicDisplay.instagramPosts, basic_feed_fetcher.InstagramBasicDisplay.isReady.

Passed check 10/10 points: Package has 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:basic_feed_fetcher/basic_feed_fetcher.dart that declares support for platforms: Android, iOS.
Package does not support platform `Linux`.

Because:

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

Because:

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

Because:

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

Passed check 0/0 points: WASM compatibility

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

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

Failed check 0/0 points: Swift Package Manager support

Package does not support the Swift Package Manager on iOS

It does not contain ios/basic_feed_fetcher/Package.swift.

This package for iOS or macOS does not support the Swift Package Manager. It will not receive full points in a future version of the scoring model.

See https://docs.flutter.dev/to/spm 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

Found 6 issues. Showing the first 2:

WARNING: The value of the field '_nextPostsUrl' isn't used.

lib/data/models/social_media_paging_models.dart:15:8

   ╷
15 │   Uri? _nextPostsUrl;
   │        ^^^^^^^^^^^^^
   ╵

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

INFO: 'handleException' is deprecated and shouldn't be used. Will be removed in a future release. Use handle method instead.

lib/api/social_media_api.dart:51:15

   ╷
51 │       _talker.handleException(error, stackTrace, 'Something went wrong');
   │               ^^^^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/api/social_media_api.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
dio ^4.0.6 4.0.6 5.8.0+1
talker ^2.1.0+1 2.4.1 4.9.1
Transitive dependencies
Package Constraint Compatible Latest Notes
ansicolor - 2.0.3 2.0.3
characters - 1.4.0 1.4.1
collection - 1.19.1 1.19.1
http_parser - 4.1.2 4.1.2
material_color_utilities - 0.11.1 0.13.0
meta - 1.16.0 1.17.0
path - 1.9.1 1.9.1
source_span - 1.10.1 1.10.1
string_scanner - 1.4.1 1.4.1
talker_logger - 2.2.1 4.9.1
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
vector_math - 2.1.4 2.2.0

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

The constraint `^4.0.6` on dio does not support the stable version `5.0.0`.

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

The constraint `^2.1.0+1` on talker does not support the stable version `3.0.0`.

Try running dart pub upgrade --major-versions talker 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.21, Flutter 3.32.4, Dart 3.8.1.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
1
likes
110
points
3
downloads

Publisher

unverified uploader

Weekly Downloads

An all-inclusive plugin, for fetching your own posts, from Facebook, Instagram and Twitter.

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

dio, flutter, talker

More

Packages that depend on basic_feed_fetcher