custom_fields_package 0.0.16 custom_fields_package: ^0.0.16 copied to clipboard
Peoplestrong custom fields project
We analyzed this package 2 days ago, and awarded it 50 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 60 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
5/5 points: Provide a valid CHANGELOG.md
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 383 API elements (28.5 %) have documentation comments.
Some symbols that are missing documentation: alt_component
, alt_component.AltComponent
, alt_component.AltComponent.AltComponent
, 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.dev/web/wasm for details.
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 59 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 |
---|---|---|---|
cupertino_icons |
^1.0.2 |
1.0.8 | 1.0.8 |
extended_text |
^9.0.0 |
9.1.2 | 14.2.0 |
flutter |
flutter |
0.0.0 | 0.0.0 |
flutter_js |
^0.5.0+6 |
0.5.0+6 | 0.8.1 |
flutter_web_data_table |
^1.0.0 |
1.0.0 | 1.0.0 |
get |
^4.6.5 |
4.6.6 | 4.6.6 |
intl |
^0.17.0 |
0.17.0 | 0.20.1 |
multiselect_scope |
^0.2.0 |
0.2.0 | 0.2.0 |
url_launcher |
^6.1.5 |
6.3.1 | 6.3.1 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
async |
- | 2.12.0 | 2.12.0 |
characters |
- | 1.3.0 | 1.4.0 |
clock |
- | 1.1.2 | 1.1.2 |
collection |
- | 1.19.0 | 1.19.1 |
extended_text_library |
- | 9.1.1 | 12.0.1 |
ffi |
- | 1.2.1 | 2.1.3 |
flutter_web_plugins |
- | 0.0.0 | 0.0.0 |
http |
- | 0.13.6 | 1.2.2 |
http_parser |
- | 4.1.2 | 4.1.2 |
material_color_utilities |
- | 0.11.1 | 0.12.0 |
meta |
- | 1.15.0 | 1.16.0 |
path |
- | 1.9.1 | 1.9.1 |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 |
sky_engine |
- | 0.0.0 | 0.0.0 |
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.14 | 6.3.14 |
url_launcher_ios |
- | 6.3.2 | 6.3.2 |
url_launcher_linux |
- | 3.2.1 | 3.2.1 |
url_launcher_macos |
- | 3.2.2 | 3.2.2 |
url_launcher_platform_interface |
- | 2.3.2 | 2.3.2 |
url_launcher_web |
- | 2.3.3 | 2.3.3 |
url_launcher_windows |
- | 3.1.3 | 3.1.3 |
vector_math |
- | 2.1.4 | 2.1.4 |
web |
- | 1.1.0 | 1.1.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 `^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.17
, Flutter 3.27.0
, Dart 3.6.0
.
Check the analysis log for details.