deposits_ecommerce 0.0.3
deposits_ecommerce: ^0.0.3 copied to clipboard
A package to enables users to purchase products through deposits.
We analyzed this package 34 hours ago, and awarded it 60 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
1868 out of 5138 API elements (36.4 %) have documentation comments.
Some symbols that are missing documentation: add_delivery_address, add_delivery_address.AddDeliveryAddress, add_delivery_address.AddDeliveryAddress.AddDeliveryAddress.new, add_delivery_address_controller, add_delivery_address_controller.AddDeliveryAddressController.
10/10 points: Package has an example
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 241 issues. Showing the first 2:
ERROR: The named parameter 'subtitle1' isn't defined.
lib/app/common/values/theme.dart:92:9
╷
92 │ subtitle1: AppTextStyle.regularStyle.copyWith(
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/app/common/values/theme.dart
ERROR: The argument type 'CardTheme' can't be assigned to the parameter type 'CardThemeData?'.
lib/app/common/values/theme.dart:126:18
╷
126 │ cardTheme: CardTheme(
│ ┌──────────────────^
127 │ │ color: Colors.white.withOpacity(0.85),
128 │ │ shape: RoundedRectangleBorder(
129 │ │ borderRadius: BorderRadius.circular(10),
130 │ │ ),
131 │ │ ),
│ └───────^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/app/common/values/theme.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
another_flushbar |
^1.10.28 |
1.12.32 | 1.12.32 | |
deposits_oneclick_checkout |
^0.0.4 |
0.0.5 | 0.0.5 | |
dio |
^4.0.4 |
4.0.6 | 5.9.2 | |
flutter_dotenv |
^5.0.2 |
5.2.1 | 6.0.0 | |
flutter_spinkit |
^5.1.0 |
5.2.2 | 5.2.2 | |
flutter_svg |
^1.0.3 |
1.1.6 | 2.2.4 | |
flutter_typeahead |
^3.2.4 |
3.2.7 | 5.2.0 | |
get |
^4.6.1 |
4.7.3 | 4.7.3 | |
get_storage |
^2.0.3 |
2.1.1 | 2.1.1 | |
google_fonts |
^2.3.1 |
2.3.3 | 8.0.2 | |
http |
^0.13.4 |
0.13.6 | 1.6.0 | |
http_parser |
^4.0.0 |
4.1.2 | 4.1.2 | |
image_picker |
^0.8.4+9 |
0.8.9 | 1.2.1 | |
intl |
^0.17.0 |
0.17.0 | 0.20.2 | |
mime |
^1.0.1 |
1.0.6 | 2.0.0 | |
rxdart |
^0.27.3 |
0.27.7 | 0.28.0 | |
uuid |
^3.0.6 |
3.0.7 | 4.5.3 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 11 issues. Showing the first 2:
The constraint `^4.0.4` 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 `^5.0.2` on flutter_dotenv does not support the stable version `6.0.0`.
Try running dart pub upgrade --major-versions flutter_dotenv to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 5 errors:
UNDEFINED_NAMED_PARAMETER-lib/app/common/values/theme.dart:92:9- The named parameter 'subtitle1' isn't defined.ARGUMENT_TYPE_NOT_ASSIGNABLE-lib/app/common/values/theme.dart:126:18- The argument type 'CardTheme' can't be assigned to the parameter type 'CardThemeData?'.ARGUMENT_TYPE_NOT_ASSIGNABLE-lib/app/common/values/theme.dart:132:20- The argument type 'DialogTheme' can't be assigned to the parameter type 'DialogThemeData?'.
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.11, Flutter 3.41.4, Dart 3.11.1.
Check the analysis log for details.