slapp_dforms_components 0.0.9
slapp_dforms_components: ^0.0.9 copied to clipboard
Flutter package for creating dynamic controls with validation
We analyzed this package 2 days ago, and awarded it 25 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
-
pubspec.yamldoesn't have ahomepageentry. -
pubspec.yamldoesn't have arepositoryentry.
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.9").
Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.
10/10 points: Use an OSI-approved license
Detected license: MIT.
0/10 points: 20% or more of the public API has dartdoc comments
6 out of 1594 API elements (0.4 %) 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: slapp_dforms_components, slapp_dforms_components.BarcodeScanner, slapp_dforms_components.BarcodeScanner.BarcodeScanner.new, slapp_dforms_components.BarcodeScanner.actionChangeFields, slapp_dforms_components.BarcodeScanner.actionChangeFieldsChanged.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add 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 73 issues. Showing the first 2:
ERROR: The named parameter 'stream' is required, but there's no corresponding argument.
lib/src/components/datatable/datatable_renderer.dart:14:12
╷
14 │ return StreamBuilder(
│ ^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/components/datatable/datatable_renderer.dart
WARNING: Duplicate export.
lib/slapp_dforms_components.dart:4:8
╷
4 │ export 'src/default_renderers.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/slapp_dforms_components.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
camera |
^0.10.1 |
0.10.6 | 0.11.4 | |
file_picker |
^5.2.5 |
5.5.0 | 10.3.10 | |
flutter_barcode_scanner |
^2.0.0 |
2.0.0 | 2.0.0 | |
intl |
^0.18.0 |
0.18.1 | 0.20.2 | |
meta |
^1.3.0 |
1.17.0 | 1.18.1 | |
rxdart |
^0.27.0 |
0.27.7 | 0.28.0 | |
signature |
^5.1.0 |
5.1.0 | 6.3.0 | |
slapp_dforms |
^1.0.0 |
1.1.2 | 1.1.2 | |
slapp_expression_language |
^0.0.2 |
0.0.2 | 0.0.2 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
archive |
- | 3.6.1 | 4.0.9 | |
bloc |
- | 7.2.1 | 9.2.0 | |
camera_android |
- | 0.10.10+15 | 0.10.10+15 | |
camera_avfoundation |
- | 0.9.23+2 | 0.10.0+2 | |
camera_platform_interface |
- | 2.12.0 | 2.12.0 | |
camera_web |
- | 0.3.5+3 | 0.3.5+3 | |
characters |
- | 1.4.1 | 1.4.1 | |
clock |
- | 1.1.2 | 1.1.2 | |
collection |
- | 1.19.1 | 1.19.1 | |
cross_file |
- | 0.3.5+2 | 0.3.5+2 | |
crypto |
- | 3.0.7 | 3.0.7 | |
ffi |
- | 2.2.0 | 2.2.0 | |
flutter_bloc |
- | 7.1.0 | 9.1.1 | |
flutter_plugin_android_lifecycle |
- | 2.0.33 | 2.0.33 | |
image |
- | 3.1.3 | 4.8.0 | |
material_color_utilities |
- | 0.13.0 | 0.13.0 | |
nested |
- | 1.0.0 | 1.0.0 | |
path |
- | 1.9.1 | 1.9.1 | |
petitparser |
- | 4.4.0 | 7.0.2 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
provider |
- | 5.0.0 | 6.1.5+1 | |
rational |
- | 1.2.1 | 2.2.3 | |
stream_transform |
- | 2.1.1 | 2.1.1 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
web |
- | 1.1.1 | 1.1.1 | |
win32 |
- | 5.15.0 | 5.15.0 | |
xml |
- | 5.3.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 `^0.10.1` on camera does not support the stable version `0.11.0`.
Try running dart pub upgrade --major-versions camera to update the constraint.
The constraint `^5.2.5` on file_picker does not support the stable version `6.0.0`.
Try running dart pub upgrade --major-versions file_picker 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 1 error:
MISSING_REQUIRED_ARGUMENT-lib/src/components/datatable/datatable_renderer.dart:14:12- The named parameter 'stream' is required, but there's no corresponding argument.
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.0, Dart 3.11.0.
Check the analysis log for details.