littlefish_core_utils 1.0.0 copy "littlefish_core_utils: ^1.0.0" to clipboard
littlefish_core_utils: ^1.0.0 copied to clipboard

The implementation of littlefish core common utilities.

100/ 160
pub points
419
downloads

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

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

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

Homepage URL doesn't exist.

At the time of the analysis https://www.littlefishapp.com 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

Failed check 0/10 points: Use an OSI-approved license

No license was recognized.

Consider using an OSI-approved license in the LICENSE file to make it more accessible to the community.

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

0 out of 28 API elements (0.0 %) 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: littlefish_core_utils, littlefish_http_client, littlefish_http_client.LittleFishHttpClient, littlefish_http_client.LittleFishHttpClient.LittleFishHttpClient.new, littlefish_http_client.LittleFishHttpClient.cache.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

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

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

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

  • ✓ Web

WASM-ready: This package is compatible with runtime wasm. See https://dart.dev/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

Found 8 issues. Showing the first 2:

WARNING: The operand can't be 'null', so the condition is always 'true'.

lib/http/littlefish_http_client.dart:454:23

    ╷
454 │     if (sharedHeaders != null && sharedHeaders.isNotEmpty) {
    │                       ^^^^^^^
    ╵

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

WARNING: This default clause is covered by the previous cases.

lib/http/littlefish_http_client.dart:624:7

    ╷
624 │       default:
    │       ^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/http/littlefish_http_client.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 ^5.4.1 5.9.1 5.9.1
dio_brotli_transformer ^2.0.0 2.0.0 2.0.0
dio_cache_interceptor ^3.2.0 3.5.1 4.0.5
littlefish_core ^1.2.0 1.2.0 4.3.0
Transitive dependencies
Package Constraint Compatible Latest Notes
async - 2.13.0 2.13.0
brotli - 0.6.0 0.6.0
characters - 1.4.1 1.4.1
collection - 1.19.1 1.19.1
crypto - 3.0.7 3.0.7
dio_web_adapter - 2.1.1 2.1.1
fixnum - 1.1.1 1.1.1
get_it - 7.7.0 9.2.1
http_parser - 4.1.2 4.1.2
logger - 2.6.2 2.6.2
material_color_utilities - 0.13.0 0.13.0
meta - 1.17.0 1.18.1
mime - 2.0.0 2.0.0
path - 1.9.1 1.9.1
source_span - 1.10.2 1.10.2
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
uuid - 4.5.3 4.5.3
vector_math - 2.2.0 2.2.0
web - 1.1.1 1.1.1

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

The constraint `^3.2.0` on dio_cache_interceptor does not support the stable version `4.0.0`.

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

The constraint `^1.2.0` on littlefish_core does not support the stable version `4.0.0`.

Try running dart pub upgrade --major-versions littlefish_core 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.23.10, Flutter 3.41.0, Dart 3.11.0.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
100
points
419
downloads

Publisher

verified publisherlittlefishapp.com

Weekly Downloads

The implementation of littlefish core common utilities.

Homepage

Documentation

API reference

License

unknown (license)

Dependencies

dio, dio_brotli_transformer, dio_cache_interceptor, flutter, littlefish_core

More

Packages that depend on littlefish_core_utils