kloktun_helper 0.0.3
kloktun_helper: ^0.0.3 copied to clipboard
Helper tools for KLOKTUN projects
We analyzed this package 3 days ago, and awarded it 45 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.
Repository URL doesn't exist.
At the time of the analysis https://github.com/Kloktun/kloktun_helper_flutter was unreachable. Make sure that the website is reachable via HEAD requests.
5/5 points: Provide a valid README.md
0/5 points: Provide a valid CHANGELOG.md
`CHANGELOG.md` does not contain reference to the current version ("0.0.3").
Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.
0/10 points: Use an OSI-approved license
No license was recognized.
Consider using an OSI-approved license in the LICENSE file to make it more accessible to the community.
0/10 points: 20% or more of the public API has dartdoc comments
14 out of 147 API elements (9.5 %) have documentation comments.
Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.
To highlight public API members missing documentation consider enabling the public_member_api_docs lint.
Some symbols that are missing documentation: date_helper, date_helper.DateHelper, date_helper.DateHelper.DateHelper.new, date_helper.DateHelper.monthsFullNamesEN, date_helper.DateHelper.monthsFullNamesRU.
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/50 points: code has no errors, warnings, lints, or formatting issues
Found 28 issues. Showing the first 2:
ERROR: The argument type 'Widget Function()' can't be assigned to the parameter type 'ScreenUtilInitBuilder?'.
lib/kloktun_helper.dart:18:16
╷
18 │ builder: (){
│ ┌────────────────^
19 │ │
20 │ │ return child;
21 │ │
22 │ └ }
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/kloktun_helper.dart
ERROR: The getter 'bodyText1' isn't defined for the type 'TextTheme'.
lib/widgets/empty_placeholder.dart:89:42
╷
89 │ color: Theme.of(context).textTheme.bodyText1?.color?.withAlpha(150),
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/widgets/empty_placeholder.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
badges |
^2.0.1 |
2.0.3 | 3.1.2 | |
flutter_screenutil |
^5.0.0+2 |
5.9.3 | 5.9.3 | |
font_awesome_flutter |
^9.1.0 |
9.2.0 | 10.12.0 | |
youtube_player_flutter |
^8.0.0 |
8.1.2 | 9.1.3 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.0 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
flutter_inappwebview |
- | 5.8.0 | 6.1.5 | |
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.
Found 3 issues. Showing the first 2:
The constraint `^2.0.1` on badges does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions badges to update the constraint.
The constraint `^9.1.0` on font_awesome_flutter does not support the stable version `10.0.0`.
Try running dart pub upgrade --major-versions font_awesome_flutter 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 8 errors:
UNDEFINED_GETTER-lib/widgets/empty_placeholder.dart:89:42- The getter 'bodyText1' isn't defined for the type 'TextTheme'.UNDEFINED_GETTER-lib/widgets/empty_placeholder.dart:105:42- The getter 'bodyText2' isn't defined for the type 'TextTheme'.UNDEFINED_GETTER-lib/widgets/label.dart:36:42- The getter 'bodyText1' isn't defined for the type 'TextTheme'.
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.9, Flutter 3.38.9, Dart 3.10.8.
Check the analysis log for details.