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

A high-performance HTTP caching library for Dart/Flutter with zstd compression, ETag/Last-Modified revalidation, and full Cache-Control directive support for mobile applications.

130/ 160
pub points
18
downloads

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

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

Passed check 10/10 points: Provide a valid pubspec.yaml

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: MIT.

Passed report section
Provide documentation
20 / 20trigger folding of the section

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

61 out of 62 API elements (98.4 %) have documentation comments.

Some symbols that are missing documentation: aero_cache.

Passed check 10/10 points: Package has an example

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

Because:

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

Because:

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

Because:

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

These issues are present but do not affect the score, because they may not originate in your package:

Package does not support platform `Android`.

Because:

  • package:aero_cache/aero_cache.dart that imports:
  • package:aero_cache/src/cache_manager.dart that imports:
  • package:aero_cache/src/cache_compression.dart that imports:
  • package:zstandard/zstandard.dart that imports:
  • package:zstandard/src/zstandard_impl_native.dart that imports:
  • package:zstandard_windows/zstandard_windows.dart that declares support for platforms: Windows.
Package does not support platform `iOS`.

Because:

  • package:aero_cache/aero_cache.dart that imports:
  • package:aero_cache/src/cache_manager.dart that imports:
  • package:aero_cache/src/cache_compression.dart that imports:
  • package:zstandard/zstandard.dart that imports:
  • package:zstandard/src/zstandard_impl_native.dart that imports:
  • package:zstandard_windows/zstandard_windows.dart that declares support for platforms: Windows.
Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

Partially passed check 40/50 points: code has no errors, warnings, lints, or formatting issues

INFO: The line length exceeds the 80-character limit.

lib/src/exceptions.dart:51:81

   ╷
51 │       return '$prefix: $message (Original: $originalException${details.isNotEmpty ? ', $details' : ''})';
   │                                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵

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

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

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

Package Constraint Compatible Latest Notes
crypto ^3.0.6 3.0.7 3.0.7
path_provider ^2.1.4 2.1.5 2.1.5
zstandard ^1.0.1 1.3.29 1.3.29
Transitive dependencies
Package Constraint Compatible Latest Notes
characters - 1.4.0 1.4.1
collection - 1.19.1 1.19.1
ffi - 2.1.4 2.1.4
material_color_utilities - 0.11.1 0.13.0
meta - 1.17.0 1.17.0
path - 1.9.1 1.9.1
path_provider_android - 2.2.22 2.2.22
path_provider_foundation - 2.5.1 2.5.1
path_provider_linux - 2.2.1 2.2.1
path_provider_platform_interface - 2.1.2 2.1.2
path_provider_windows - 2.3.0 2.3.0
platform - 3.1.6 3.1.6
plugin_platform_interface - 2.1.8 2.1.8
typed_data - 1.4.0 1.4.0
vector_math - 2.2.0 2.2.0
web - 1.1.1 1.1.1
xdg_directories - 1.1.0 1.1.0
zstandard_android - 1.3.29 1.3.29
zstandard_ios - 1.3.29 1.3.29
zstandard_linux - 1.3.29 1.3.29
zstandard_macos - 1.3.29 1.3.29
zstandard_platform_interface - 1.3.29 1.3.29
zstandard_web - 1.3.29 1.3.29
zstandard_windows - 1.3.29 1.3.29

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

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

Failed check 0/20 points: Compatible with dependency constraint lower bounds

downgrade analysis failed failed with 1 error:

  • EXTRA_POSITIONAL_ARGUMENTS - lib/src/cache_compression.dart:39:49 - Too many positional arguments: 1 expected, but 2 found.

Run flutter pub downgrade and then flutter analyze to reproduce the above problem.

You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.

Analyzed with Pana 0.23.3, Flutter 3.38.4, Dart 3.10.3.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
130
points
18
downloads

Publisher

verified publishernikaera.com

Weekly Downloads

A high-performance HTTP caching library for Dart/Flutter with zstd compression, ETag/Last-Modified revalidation, and full Cache-Control directive support for mobile applications.

Repository (GitHub)
View/report issues

Topics

#caching #compression #media #http #performance

Documentation

Documentation
API reference

Funding

Consider supporting this project:

github.com

License

MIT (license)

Dependencies

crypto, flutter, path_provider, zstandard

More

Packages that depend on aero_cache