advance_cart_stepper 2.0.2
advance_cart_stepper: ^2.0.2 copied to clipboard
A customizable expandable cart quantity stepper widget for Flutter with async support, loading indicators, and theming.
We analyzed this package 2 days ago, and awarded it 150 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Use an OSI-approved license
Detected license: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
432 out of 441 API elements (98.0 %) have documentation comments.
Some symbols that are missing documentation: advance_cart_stepper, advance_cart_stepper.CancellationReason.description, advance_cart_stepper.CartStepperBusyError.CartStepperBusyError.new, advance_cart_stepper.CartStepperCancellationError.CartStepperCancellationError.new, advance_cart_stepper.CartStepperOperationError.CartStepperOperationError.new.
10/10 points: Package has an example
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
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.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 27 issues. Showing the first 2:
INFO: Sort directive sections alphabetically.
lib/advance_cart_stepper.dart:14:1
╷
14 │ ┌ export 'src/cart_stepper_config.dart'
15 │ │ show
16 │ │ CartStepperLoadingConfig,
17 │ │ CartStepperStyle,
18 │ │ CartStepperAnimation,
19 │ │ AddToCartButtonConfig,
20 │ │ CartStepperIconConfig,
21 │ │ CartStepperLongPressConfig,
22 │ │ CartStepperManualInputConfig,
23 │ │ CartStepperCollapseConfig,
24 │ │ CartStepperAsyncBehavior,
25 │ └ CartStepperUndoConfig;
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/advance_cart_stepper.dart
INFO: Sort directive sections alphabetically.
lib/advance_cart_stepper.dart:43:1
╷
43 │ ┌ export 'src/cart_stepper_errors.dart'
44 │ │ show
45 │ │ CartStepperError,
46 │ │ CartStepperValidationError,
47 │ │ CartStepperOperationError,
48 │ │ CartStepperTimeoutError,
49 │ │ CartStepperCancellationError,
50 │ │ CartStepperBusyError,
51 │ │ CartStepperOperationType,
52 │ │ CancellationReason,
53 │ │ CartStepperErrorFactory,
54 │ │ OperationResult,
55 │ │ OperationSuccess,
56 │ └ OperationFailure;
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/advance_cart_stepper.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
flutter_spinkit |
^5.1.0 |
5.2.2 | 5.2.2 |
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.17.0 | 1.18.1 | |
vector_math |
- | 2.2.0 | 2.2.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade does not expose any static analysis error.
Analyzed with Pana 0.23.9, Flutter 3.38.9, Dart 3.10.8.
Check the analysis log for details.