zkform 0.0.1 copy "zkform: ^0.0.1" to clipboard
zkform: ^0.0.1 copied to clipboard

通用表单

0
likes
60/ 140
pub points
0%
popularity

We analyzed this package 3 days ago, and awarded it 60 pub points (of a possible 140):

failed
Follow Dart file conventions
10 / 30trigger folding of the section

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.

The package description contains too many non-ASCII characters.

The site uses English as its primary language. The content of the description field in your package's pubspec.yaml should primarily contain characters used in English.

Homepage URL is insecure.

Update the homepage field and use a secure (https) URL.

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: BSD-3-Clause.

OK
Provide documentation
20 / 20trigger folding of the section

10/10 points: 20% or more of the public API has dartdoc comments

22 out of 89 API elements (24.7 %) have documentation comments.

Some symbols that are missing documentation: Form, Form.FormCallBackItem, Form.FormCom, Form.FormCom.FormCom, Form.FormCom.formSelfModelList.

10/10 points: Package has an example

OK
Platform support
20 / 20trigger folding of the section

20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android
  • ✓ iOS
  • ✓ Windows
  • ✓ Linux
  • ✓ macOS

These platforms are not supported:

Package does not support platform `Web`.

Because:

  • package:zkform/components/Form/Form.dart that imports:
  • package:zkform/components/Form/FormField.dart that imports:
  • package:zkform/components/Form/Select.dart that imports:
  • package:flustars/flustars.dart that imports:
  • package:flustars/src/directory_util.dart that imports:
  • package:path_provider/path_provider.dart that declares support for platforms: Android, iOS, Windows, Linux, macOS.
failed
Pass static analysis
0 / 50trigger folding of the section

0/50 points: code has no errors, warnings, lints, or formatting issues

Found 20 issues. Showing the first 2:

ERROR: The named parameter 'autovalidate' isn't defined.

lib/components/Form/Form.dart:61:13

   ╷
61 │             autovalidate: true,
   │             ^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/components/Form/Form.dart

ERROR: The argument type 'Null Function(dynamic)' can't be assigned to the parameter type 'dynamic Function(dynamic, int)?'.

lib/tool/show_picker_utils.dart:32:18

   ╷
32 │         onConfirm: (p) {
   │ ┌──────────────────^
33 │ │         String result = ShowPickerUtils.formatValue(p, sourceList);
34 │ │         Utils.log().d('当前选择的: ' + result);
35 │ │         callResult(result);
36 │ │       },
   │ └───────^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/tool/show_picker_utils.dart

failed
Support up-to-date dependencies
10 / 20trigger folding of the section

0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest
flustars ^2.0.1 2.0.1 2.0.1
flutter flutter 0.0.0 0.0.0
flutter_easyloading ^3.0.0 3.0.5 3.0.5
flutter_pickers ^2.0.1 2.1.9 2.1.9
flutter_svg ^0.22.0 0.22.0 2.0.10+1
logger ^1.0.0 1.4.0 2.2.0
Transitive dependencies
Package Constraint Compatible Latest
characters - 1.3.0 1.3.0
collection - 1.18.0 1.18.0
common_utils - 2.1.0 2.1.0
convert - 3.1.1 3.1.1
crypto - 3.0.3 3.0.3
decimal - 2.3.3 2.3.3
ffi - 2.1.2 2.1.2
file - 7.0.0 7.0.0
flutter_spinkit - 5.2.1 5.2.1
flutter_web_plugins - 0.0.0 0.0.0
material_color_utilities - 0.8.0 0.11.1
meta - 1.11.0 1.12.0
path - 1.9.0 1.9.0
path_drawing - 0.5.1+1 1.0.1
path_parsing - 0.2.1 1.0.1
path_provider - 2.1.2 2.1.2
path_provider_android - 2.2.2 2.2.2
path_provider_foundation - 2.3.2 2.3.2
path_provider_linux - 2.2.1 2.2.1
path_provider_platform_interface - 2.1.2 2.1.2
path_provider_windows - 2.2.1 2.2.1
petitparser - 5.4.0 6.0.2
platform - 3.1.4 3.1.4
plugin_platform_interface - 2.1.8 2.1.8
rational - 2.2.2 2.2.2
shared_preferences - 2.2.2 2.2.2
shared_preferences_android - 2.2.1 2.2.1
shared_preferences_foundation - 2.3.5 2.3.5
shared_preferences_linux - 2.3.2 2.3.2
shared_preferences_platform_interface - 2.3.2 2.3.2
shared_preferences_web - 2.3.0 2.3.0
shared_preferences_windows - 2.3.2 2.3.2
sky_engine - 0.0.99 0.0.99
sp_util - 2.0.3 2.0.3
synchronized - 3.1.0+1 3.1.0+1
typed_data - 1.3.2 1.3.2
vector_math - 2.1.4 2.1.4
web - 0.5.1 0.5.1
win32 - 5.3.0 5.3.0
xdg_directories - 1.0.4 1.0.4
xml - 5.4.1 6.5.0

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

The constraint `^0.22.0` on flutter_svg does not support the stable version `0.23.0`.

Try running dart pub upgrade --major-versions flutter_svg to update the constraint.

The constraint `^1.0.0` on logger does not support the stable version `2.0.0`.

Try running dart pub upgrade --major-versions logger to update the constraint.

10/10 points: Package supports latest stable Dart and Flutter SDKs

Analyzed with Pana 0.22.2, Flutter 3.19.2, Dart 3.3.0.

Check the analysis log for details.

0
likes
60
pub points
0%
popularity

Publisher

unverified uploader

通用表单

Homepage

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flustars, flutter, flutter_easyloading, flutter_pickers, flutter_svg, logger

More

Packages that depend on zkform