junny_form 0.4.2 copy "junny_form: ^0.4.2" to clipboard
junny_form: ^0.4.2 copied to clipboard

A flexible Flutter form management library that supports centralized field management, async validation, and custom field types.

100/ 160
pub points
315
downloads

We analyzed this package 4 hours ago, and awarded it 100 pub points (of a possible 160):

Failed report section
Follow Dart file conventions
20 / 30trigger folding of the section

Passed check 10/10 points: Provide a valid pubspec.yaml

Failed check 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.

Failed check 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.

Passed check 10/10 points: Use an OSI-approved license

Detected license: MIT.

Failed report section
Provide documentation
10 / 20trigger folding of the section

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

3691 out of 4238 API elements (87.1 %) have documentation comments.

Some symbols that are missing documentation: junny_form, junny_form.AddressPicker.AddressPicker.new, junny_form.AnimationParam.AnimationParam.new, junny_form.ArcClipper, junny_form.ArcClipper.ArcClipper.new.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

Passed report section
Platform support
20 / 20trigger folding of the section

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

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

These platforms are not supported:

Package does not support platform `Linux`.

Because:

  • package:junny_form/junny_form.dart that imports:
  • package:junny_form/src/widgets/widgets.dart that imports:
  • package:junny_form/src/widgets/time/year_field.dart that imports:
  • package:junny_utils/junny_utils.dart that imports:
  • package:junny_utils/src/utils/utils.dart that imports:
  • package:junny_utils/src/utils/permission_utils.dart that imports:
  • package:junny_utils/src/utils/device_utils.dart that imports:
  • package:device_info_plus/device_info_plus.dart that imports:
  • package:device_info_plus/src/device_info_plus_windows.dart that imports:
  • package:win32_registry/win32_registry.dart that declares support for platforms: Windows.
Package does not support platform `macOS`.

Because:

  • package:junny_form/junny_form.dart that imports:
  • package:junny_form/src/widgets/widgets.dart that imports:
  • package:junny_form/src/widgets/time/year_field.dart that imports:
  • package:junny_utils/junny_utils.dart that imports:
  • package:junny_utils/src/utils/utils.dart that imports:
  • package:junny_utils/src/utils/permission_utils.dart that imports:
  • package:junny_utils/src/utils/device_utils.dart that imports:
  • package:device_info_plus/device_info_plus.dart that imports:
  • package:device_info_plus/src/device_info_plus_windows.dart that imports:
  • package:win32_registry/win32_registry.dart that declares support for platforms: Windows.
Package does not support platform `Web`.

Because:

  • package:junny_form/junny_form.dart that imports:
  • package:junny_form/src/widgets/widgets.dart that imports:
  • package:junny_form/src/widgets/time/year_field.dart that imports:
  • package:junny_utils/junny_utils.dart that imports:
  • package:junny_utils/src/utils/utils.dart that imports:
  • package:junny_utils/src/utils/directory_utils.dart that imports:
  • package:path_provider/path_provider.dart that declares support for platforms: Android, iOS, Windows, Linux, macOS.

These issues are present but do not affect the score, because they may not originate in your package:

Package does not support platform `Android`.

Because:

  • package:junny_form/junny_form.dart that imports:
  • package:junny_form/src/widgets/widgets.dart that imports:
  • package:junny_form/src/widgets/time/year_field.dart that imports:
  • package:junny_utils/junny_utils.dart that imports:
  • package:junny_utils/src/utils/utils.dart that imports:
  • package:junny_utils/src/utils/permission_utils.dart that imports:
  • package:junny_utils/src/utils/device_utils.dart that imports:
  • package:device_info_plus/device_info_plus.dart that imports:
  • package:device_info_plus/src/device_info_plus_windows.dart that imports:
  • package:win32_registry/win32_registry.dart that declares support for platforms: Windows.
Package does not support platform `iOS`.

Because:

  • package:junny_form/junny_form.dart that imports:
  • package:junny_form/src/widgets/widgets.dart that imports:
  • package:junny_form/src/widgets/time/year_field.dart that imports:
  • package:junny_utils/junny_utils.dart that imports:
  • package:junny_utils/src/utils/utils.dart that imports:
  • package:junny_utils/src/utils/permission_utils.dart that imports:
  • package:junny_utils/src/utils/device_utils.dart that imports:
  • package:device_info_plus/device_info_plus.dart that imports:
  • package:device_info_plus/src/device_info_plus_windows.dart that imports:
  • package:win32_registry/win32_registry.dart that declares support for platforms: Windows.
Failed report section
Pass static analysis
30 / 50trigger folding of the section

Failed check 30/50 points: code has no errors, warnings, lints, or formatting issues

WARNING: Returning a 'Future' without 'await' inside a try block.

lib/src/widgets/states/selection_state.dart:222:7

    ╷
222 │       return super.onClearTap(); // 未拦截,执行默认清除
    │       ^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/widgets/states/selection_state.dart

Failed report section
Support up-to-date dependencies
20 / 40trigger folding of the section

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

Package Constraint Compatible Latest Notes
dio any 5.11.1 5.11.1
junny_utils any 0.1.1 0.1.1
junny_widget any 0.6.3 0.6.3
meta any 1.19.0 1.19.0
provider any 6.1.5+1 6.1.5+1
Transitive dependencies
Package Constraint Compatible Latest Notes
args - 2.7.0 2.7.0
async - 2.13.1 2.13.1
characters - 1.4.1 1.4.1
clock - 1.1.3 1.1.3
code_assets - 2.0.0 2.0.0
collection - 1.19.1 1.19.1
crypto - 3.0.7 3.0.7
cupertino_ui - 1.1.0 1.1.0
deep_pick - 1.1.0 1.1.0
device_info_plus - 13.2.0 13.2.0
device_info_plus_platform_interface - 8.1.0 8.1.0
dio_web_adapter - 2.2.2 2.2.2
ffi - 2.2.0 2.2.0
ffi_leak_tracker - 0.1.2 0.1.2
file - 7.0.1 7.0.1
flutter_smart_dialog - 5.3.0 5.3.0
hooks - 2.2.0 2.2.0
http - 1.6.0 1.6.0
http_parser - 4.1.2 4.1.2
intl - 0.20.3 0.20.3
jni - 1.0.3 1.0.3
jni_flutter - 1.0.3 1.0.3
jni_util - 1.0.0 1.0.0
logging - 1.3.0 1.3.0
material_color_utilities - 0.13.0 0.13.1
material_ui - 1.3.0 1.3.0
mime - 2.1.0 2.1.0
nested - 1.0.0 1.0.0
objective_c - 9.6.0 9.6.0
package_config - 3.0.0 3.0.0
package_info_plus - 10.2.1 10.2.1
package_info_plus_platform_interface - 4.1.0 4.1.0
path - 1.9.1 1.9.1
path_provider - 2.1.6 2.1.6
path_provider_android - 2.3.1 2.3.1
path_provider_foundation - 2.6.0 2.6.0
path_provider_linux - 2.2.2 2.2.2
path_provider_platform_interface - 2.1.3 2.1.3
path_provider_windows - 2.3.0 2.3.0
permission_handler - 13.0.2 13.0.2
permission_handler_android - 14.1.0 14.1.0
permission_handler_apple - 9.6.1 9.6.1
permission_handler_html - 0.1.4+1 0.1.4+1
permission_handler_platform_interface - 4.4.1 4.4.1
permission_handler_windows - 0.2.2 0.2.2
platform - 3.2.0 3.2.0
plugin_platform_interface - 2.1.8 2.1.8
pub_semver - 2.2.1 2.2.1
record_use - 1.1.1 1.1.1
simple_gesture_detector - 0.2.1 0.2.1
source_span - 1.10.2 1.10.2
string_scanner - 1.4.1 1.4.1
table_calendar - 3.2.1 3.2.1
term_glyph - 1.2.2 1.2.2
two_dimensional_scrollables - 0.5.4 0.5.4
typed_data - 1.4.0 1.4.0
vector_math - 2.4.2 2.4.2
visibility_detector - 0.4.0+2 0.4.0+2
web - 1.1.1 1.1.1
win32 - 6.4.0 6.4.0
win32_registry - 3.0.3 3.0.3
xdg_directories - 1.1.0 1.1.0
yaml - 3.1.4 3.1.4

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

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

Failed check 0/20 points: Compatible with dependency constraint lower bounds

downgrade analysis failed failed with 89 errors:

  • UNDEFINED_CLASS - lib/src/params/date_time_range.dart:67:9 - Undefined class 'DayPeriodConfig'.
  • UNDEFINED_CLASS - lib/src/params/date_time_range.dart:78:5 - Undefined class 'DayPeriodConfig'.
  • CAST_TO_NON_TYPE - lib/src/params/date_time_range.dart:116:50 - The name 'DayPeriodConfig' isn't a type, so it can't be used in an 'as' expression.

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.19, Flutter 3.47.0, Dart 3.13.0.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
100
points
315
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A flexible Flutter form management library that supports centralized field management, async validation, and custom field types.

Homepage

License

MIT (license)

Dependencies

dio, flutter, junny_utils, junny_widget, meta, provider

More

Packages that depend on junny_form