ioka 1.0.2
ioka: ^1.0.2 copied to clipboard
Flutter SDK for ioka.kz
We analyzed this package 47 hours ago, and awarded it 40 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description is too short.
Add more detail to the description field of pubspec.yaml. Use 50 to 180 characters to describe the package, what it does, and its target use case.
0/5 points: Provide a valid README.md
`README.md` contains too many non-ASCII characters.
The site uses English as its primary language. The content of README.md in your package should primarily contain characters used in English.
0/5 points: Provide a valid CHANGELOG.md
`CHANGELOG.md` contains too many non-ASCII characters.
The site uses English as its primary language. The content of CHANGELOG.md in your package should primarily contain characters used in English.
10/10 points: Use an OSI-approved license
Detected license: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
154 out of 650 API elements (23.7 %) have documentation comments.
Some symbols that are missing documentation: ioka, ioka.$AmountCategoryMap, ioka.$CaptureMethodMap, ioka.$CardStatusMap, ioka.$CurrencyEnumMap.
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 117 issues. Showing the first 2:
ERROR: The named parameter 'headline1' isn't defined.
lib/src/widgets/theme/generator/material_theme_generator.dart:34:9
╷
34 │ headline1: typography.heading,
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/widgets/theme/generator/material_theme_generator.dart
ERROR: The named parameter 'headline2' isn't defined.
lib/src/widgets/theme/generator/material_theme_generator.dart:35:9
╷
35 │ headline2: typography.heading,
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/widgets/theme/generator/material_theme_generator.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
chopper |
^4.0.1 |
4.0.6 | 8.5.0 | |
collection |
^1.15.0 |
1.19.1 | 1.19.1 | |
credit_card_scanner |
^1.0.4 |
1.0.5 | 1.0.5 | |
credit_card_type_detector |
^2.0.0 |
2.0.0 | 3.0.0 | |
credit_card_validator |
^2.0.1 |
2.0.1 | 2.1.0 | |
flutter_svg |
^1.0.3 |
1.1.6 | 2.2.4 | |
get_it |
^7.2.0 |
7.7.0 | 9.2.1 | |
json_annotation |
^4.4.0 |
4.11.0 | 4.11.0 | |
provider |
^6.0.2 |
6.1.5+1 | 6.1.5+1 | |
webview_flutter |
^3.0.0 |
3.0.4 | 4.13.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
- | 2.13.0 | 2.13.0 | |
characters |
- | 1.4.1 | 1.4.1 | |
http |
- | 0.13.6 | 1.6.0 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
logging |
- | 1.3.0 | 1.3.0 | |
material_color_utilities |
- | 0.13.0 | 0.13.0 | |
meta |
- | 1.17.0 | 1.18.1 | |
nested |
- | 1.0.0 | 1.0.0 | |
path |
- | 1.9.1 | 1.9.1 | |
path_drawing |
- | 1.0.1 | 1.0.1 | |
path_parsing |
- | 1.1.0 | 1.1.0 | |
petitparser |
- | 7.0.2 | 7.0.2 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
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 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
webview_flutter_android |
- | 2.10.4 | 4.10.13 | |
webview_flutter_platform_interface |
- | 1.9.5 | 2.14.0 | |
webview_flutter_wkwebview |
- | 2.9.5 | 3.24.0 | |
xml |
- | 6.6.1 | 6.6.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 5 issues. Showing the first 2:
The constraint `^4.0.1` on chopper does not support the stable version `5.0.0`.
Try running dart pub upgrade --major-versions chopper to update the constraint.
The constraint `^2.0.0` on credit_card_type_detector does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions credit_card_type_detector 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 24 errors:
UNDEFINED_NAMED_PARAMETER-lib/src/widgets/theme/generator/material_theme_generator.dart:34:9- The named parameter 'headline1' isn't defined.UNDEFINED_NAMED_PARAMETER-lib/src/widgets/theme/generator/material_theme_generator.dart:35:9- The named parameter 'headline2' isn't defined.UNDEFINED_NAMED_PARAMETER-lib/src/widgets/theme/generator/material_theme_generator.dart:36:9- The named parameter 'headline3' isn't defined.
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.10, Flutter 3.41.4, Dart 3.11.1.
Check the analysis log for details.