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

A flutter package for shopping cart manage. This package helps you perform basic cart operations like (Add, Remove, Get total count, delete cart, & manage single and multi-vendor).

140/ 160
pub points
19
downloads

We analyzed this package 11 hours ago, and awarded it 140 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/dexbytes/flutter-shopping-cart.git 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: Apache-2.0.

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

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

Could not run dartdoc: Exception: -9 <***> Resolving dependencies... Downloading packages...

  • _fe_analyzer_shared 92.0.0 (93.0.0 available)

  • analyzer 9.0.0 (10.0.0 available)

  • args 2.7.0

  • async 2.13.0

  • collection 1.19.1

  • convert 3.1.2

  • crypto 3.0.7

  • csslib 1.0.2

  • dartdoc 9.0.1

  • file 7.0.1

  • glob 2.1.3

  • html 0.15.6

  • logging 1.3.0

  • markdown 7.3.0

  • meta 1.17.0

  • package_config 2.2.0

  • path 1.9.1

  • pub_semver 2.2.0

  • source_span 1.10.1

  • string_scanner 1.4.1

  • term_glyph 1.2.2

  • typed_data 1.4.0

  • watcher 1.2.1

  • yaml 3.1.3 Building package executables... Built dartdoc:dartdoc. Installed executable dartdoc. Activated dartdoc 9.0.1. <***> Exceeded timeout of 0:02:00.000000 Warning: Pub installs executables into /tmp/analyzerPQLNIL/pub-cache/bin, which is not on your path. You can fix that by adding this to your shell's config file (.bashrc, .bash_profile, .zshrc etc.):

    export PATH="$PATH":"/tmp/analyzerPQLNIL/pub-cache/bin"

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 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

  • ✓ Web

Failed check 0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:flutter_shopping_cart/flutter_shopping_cart.dart that imports:
  • package:flutter_shopping_cart/src/db/db_main.dart that imports:
  • package:hive_flutter/hive_flutter.dart that imports:
  • package:path_provider/path_provider.dart that imports:
  • package:path_provider_platform_interface/path_provider_platform_interface.dart that imports:
  • package:path_provider_platform_interface/src/method_channel_path_provider.dart that imports:
  • package:platform/platform.dart that imports:
  • package:platform/src/interface/local_platform.dart that imports:
  • dart:io

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.dev/web/wasm for details.

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

Found 29 issues. Showing the first 2:

INFO: Missing type annotation.

lib/src/checkout/providers/provider_shopping_cart.dart:10:3

   ╷
10 │   addToCart(Item productElement, {int funcQuantity = 0}) async {
   │   ^^^^^^^^^
   ╵

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

INFO: Missing type annotation.

lib/src/checkout/providers/provider_shopping_cart.dart:30:3

   ╷
30 │   deleteItemFromCart(int cartItemApiId, String cartName) async {
   │   ^^^^^^^^^^^^^^^^^^
   ╵

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

Passed report section
Support up-to-date dependencies
40 / 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
hive ^2.2.3 2.2.3 2.2.3
hive_flutter ^1.1.0 1.1.0 1.1.0
provider ^6.0.5 6.1.5+1 6.1.5+1
Transitive dependencies
Package Constraint Compatible Latest Notes
async - 2.13.0 2.13.0
characters - 1.4.0 1.4.1
code_assets - 0.19.10 1.0.0
collection - 1.19.1 1.19.1
crypto - 3.0.7 3.0.7
ffi - 2.1.5 2.1.5
file - 7.0.1 7.0.1
glob - 2.1.3 2.1.3
hooks - 0.20.5 1.0.0
logging - 1.3.0 1.3.0
material_color_utilities - 0.11.1 0.13.0
meta - 1.17.0 1.17.0
native_toolchain_c - 0.17.2 0.17.4
nested - 1.0.0 1.0.0
objective_c - 9.2.2 9.2.2
path - 1.9.1 1.9.1
path_provider - 2.1.5 2.1.5
path_provider_android - 2.2.22 2.2.22
path_provider_foundation - 2.6.0 2.6.0
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
pub_semver - 2.2.0 2.2.0
source_span - 1.10.1 1.10.1
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
vector_math - 2.2.0 2.2.0
xdg_directories - 1.1.0 1.1.0
yaml - 3.1.3 3.1.3

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

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.5, Flutter 3.38.6, Dart 3.10.7.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
12
likes
140
points
19
downloads

Publisher

verified publisherdexbytes.com

Weekly Downloads

A flutter package for shopping cart manage. This package helps you perform basic cart operations like (Add, Remove, Get total count, delete cart, & manage single and multi-vendor).

Homepage
Repository (GitHub)

License

Apache-2.0 (license)

Dependencies

flutter, hive, hive_flutter, provider

More

Packages that depend on flutter_shopping_cart