custom_fields_package 0.0.16
custom_fields_package: ^0.0.16 copied to clipboard
Peoplestrong custom fields project
We analyzed this package 13 hours 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.
-
pubspec.yaml
doesn't have ahomepage
entry. -
pubspec.yaml
doesn't have arepository
entry.
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.16").
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.
10/10 points: 20% or more of the public API has dartdoc comments
109 out of 384 API elements (28.4 %) have documentation comments.
Some symbols that are missing documentation: alt_component
, alt_component.AltComponent
, alt_component.AltComponent.AltComponent.new
, alt_component.AltComponent.altComponentHelpText
, alt_component.AltComponent.altComponentInstruction
.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add 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
Unable to detect compatibility with runtime wasm
, and this package will not be rewarded full points in a future version of the scoring model.
See https://dart.cn/web/wasm for details.
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 91 issues. Showing the first 2:
ERROR: The getter 'bodyText2' isn't defined for the type 'TextTheme'.
lib/utils/app_snackbar.dart:30:36
╷
30 │ style: Get.textTheme.bodyText2?.copyWith(color: Colors.white),
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/utils/app_snackbar.dart
ERROR: The getter 'bodyText1' isn't defined for the type 'TextTheme'.
lib/utils/app_snackbar.dart:58:40
╷
58 │ style: Get.textTheme.bodyText1?.copyWith(color: Colors.white),
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/utils/app_snackbar.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
cupertino_icons |
^1.0.2 |
1.0.8 | 1.0.8 | |
extended_text |
^9.0.0 |
9.1.2 | 15.0.2 | |
flutter_js |
^0.5.0+6 |
0.5.0+6 | 0.8.5 | |
flutter_web_data_table |
^1.0.0 |
1.0.0 | 1.0.0 | |
get |
^4.6.5 |
4.7.2 | 4.7.2 | |
intl |
^0.17.0 |
0.17.0 | 0.20.2 | |
multiselect_scope |
^0.2.0 |
0.2.0 | 0.2.0 | |
url_launcher |
^6.1.5 |
6.3.2 | 6.3.2 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
async |
- | 2.13.0 | 2.13.0 | |
characters |
- | 1.4.0 | 1.4.1 | |
clock |
- | 1.1.2 | 1.1.2 | |
collection |
- | 1.19.1 | 1.19.1 | |
extended_text_library |
- | 9.1.1 | 12.0.1 | |
ffi |
- | 1.2.1 | 2.1.4 | |
http |
- | 0.13.6 | 1.5.0 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.16.0 | 1.17.0 | |
path |
- | 1.9.1 | 1.9.1 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
source_span |
- | 1.10.1 | 1.10.1 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
sync_http |
- | 0.3.1 | 0.3.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
url_launcher_android |
- | 6.3.23 | 6.3.23 | |
url_launcher_ios |
- | 6.3.4 | 6.3.4 | |
url_launcher_linux |
- | 3.2.1 | 3.2.1 | |
url_launcher_macos |
- | 3.2.3 | 3.2.3 | |
url_launcher_platform_interface |
- | 2.3.2 | 2.3.2 | |
url_launcher_web |
- | 2.4.1 | 2.4.1 | |
url_launcher_windows |
- | 3.1.4 | 3.1.4 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
web |
- | 1.1.1 | 1.1.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 3 issues. Showing the first 2:
The constraint `^9.0.0` on extended_text does not support the stable version `10.0.0`.
Try running dart pub upgrade --major-versions extended_text
to update the constraint.
The constraint `^0.5.0+6` on flutter_js does not support the stable version `0.6.0`.
Try running dart pub upgrade --major-versions flutter_js
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 2 errors:
UNDEFINED_GETTER
-lib/utils/app_snackbar.dart:30:36
- The getter 'bodyText2' isn't defined for the type 'TextTheme'.UNDEFINED_GETTER
-lib/utils/app_snackbar.dart:58:40
- 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.22.23
, Flutter 3.35.5
, Dart 3.9.2
.
Check the analysis log for details.