dynamic_multi_step_form 1.1.5 copy "dynamic_multi_step_form: ^1.1.5" to clipboard
dynamic_multi_step_form: ^1.1.5 copied to clipboard

A flutter package that render dynamic multi step form with different input field which is manage from API json response. This plugin supports both iOS and Android.

140/ 160
pub points
192
downloads

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

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

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

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

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

Detected license: Apache-2.0.

Passed report section
Provide documentation
20 / 20trigger folding of the section

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

10344 out of 10739 API elements (96.3 %) have documentation comments.

Some symbols that are missing documentation: dynamic_multi_step_form.ActionConfig, dynamic_multi_step_form.ActionConfig.ActionConfig.new, dynamic_multi_step_form.ActivateAction.ActivateAction.new, dynamic_multi_step_form.AnimatedGridState.AnimatedGridState.new, dynamic_multi_step_form.AnimatedListState.AnimatedListState.new.

Passed check 10/10 points: Package has an example

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

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

  • ✓ Android

  • ✓ iOS

These platforms are not supported:

Package does not support platform `Windows`.

Because:

  • package:dynamic_multi_step_form/dynamic_multi_step_form.dart that declares support for platforms: Android, iOS.
Package does not support platform `Linux`.

Because:

  • package:dynamic_multi_step_form/dynamic_multi_step_form.dart that declares support for platforms: Android, iOS.
Package does not support platform `macOS`.

Because:

  • package:dynamic_multi_step_form/dynamic_multi_step_form.dart that declares support for platforms: Android, iOS.
Package does not support platform `Web`.

Because:

  • package:dynamic_multi_step_form/dynamic_multi_step_form.dart that declares support for platforms: Android, iOS.

Failed check 0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:dynamic_multi_step_form/dynamic_multi_step_form.dart that imports:
  • package:cached_network_image/cached_network_image.dart that imports:
  • package:cached_network_image/src/image_provider/cached_network_image_provider.dart that imports:
  • package:flutter_cache_manager/flutter_cache_manager.dart that imports:
  • package:flutter_cache_manager/src/web/web_helper.dart that imports:
  • package:flutter_cache_manager/src/cache_store.dart that imports:
  • dart:io

This package is not compatible with runtime wasm, and will not be rewarded full points in a future version of the scoring model.

See https://dart.cn/web/wasm for details.

Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

Partially passed check 40/50 points: code has no errors, warnings, lints, or formatting issues

Found 95 issues. Showing the first 2:

INFO: Missing type annotation.

lib/src/common_validation.dart:496:43

    ╷
496 │   DateTime getTimeFromTimeStamp({required dateTimeStamp, DateTime? date}) {
    │                                           ^^^^^^^^^^^^^
    ╵

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

INFO: The part-of directive uses a library name.

lib/src/configuration_setting.dart:1:1

  ╷
1 │ part of dynamic_multi_step_form;
  │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

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

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

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

Package Constraint Compatible Latest Notes
cached_network_image ^3.3.1 3.4.1 3.4.1
country_code_picker ^3.0.0 3.4.1 3.4.1
file ^7.0.0 7.0.1 7.0.1
file_picker ^8.0.5 8.3.7 10.3.6
flutter_barcode_scanner ^2.0.0 2.0.0 2.0.0
image_pickers ^2.0.4+2 2.0.6 2.0.6
intl ^0.19.0 0.19.0 0.20.2
shared_preferences ^2.2.0 2.5.3 2.5.3
Transitive dependencies
Package Constraint Compatible Latest Notes
async - 2.13.0 2.13.0
cached_network_image_platform_interface - 4.1.1 4.1.1
cached_network_image_web - 1.3.1 1.3.1
characters - 1.4.0 1.4.1
clock - 1.1.2 1.1.2
collection - 1.19.1 1.19.1
cross_file - 0.3.5 0.3.5
crypto - 3.0.7 3.0.7
diacritic - 0.1.6 0.1.6
ffi - 2.1.4 2.1.4
fixnum - 1.1.1 1.1.1
flutter_cache_manager - 3.4.1 3.4.1
flutter_plugin_android_lifecycle - 2.0.32 2.0.32
http - 1.6.0 1.6.0
http_parser - 4.1.2 4.1.2
material_color_utilities - 0.11.1 0.13.0
meta - 1.17.0 1.17.0
octo_image - 2.1.0 2.1.0
path - 1.9.1 1.9.1
path_provider - 2.1.5 2.1.5
path_provider_android - 2.2.21 2.2.21
path_provider_foundation - 2.4.4 2.4.4
path_provider_linux - 2.2.1 2.2.1
path_provider_platform_interface - 2.1.2 2.1.2
path_provider_windows - 2.3.0 2.3.0
platform - 3.1.6 3.1.6
plugin_platform_interface - 2.1.8 2.1.8
rxdart - 0.28.0 0.28.0
shared_preferences_android - 2.4.16 2.4.16
shared_preferences_foundation - 2.5.6 2.5.6
shared_preferences_linux - 2.4.1 2.4.1
shared_preferences_platform_interface - 2.4.1 2.4.1
shared_preferences_web - 2.4.3 2.4.3
shared_preferences_windows - 2.4.1 2.4.1
source_span - 1.10.1 1.10.1
sqflite - 2.4.2 2.4.2
sqflite_android - 2.4.2+2 2.4.2+2
sqflite_common - 2.5.6 2.5.6
sqflite_darwin - 2.4.2 2.4.2
sqflite_platform_interface - 2.4.0 2.4.0
string_scanner - 1.4.1 1.4.1
synchronized - 3.4.0 3.4.0
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
uuid - 4.5.2 4.5.2
vector_math - 2.2.0 2.2.0
web - 1.1.1 1.1.1
win32 - 5.15.0 5.15.0
xdg_directories - 1.1.0 1.1.0

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

The constraint `^8.0.5` on file_picker does not support the stable version `9.0.0`.

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

The constraint `^0.19.0` on intl does not support the stable version `0.20.0`.

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

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

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.23.1, Flutter 3.38.0, Dart 3.10.0-290.4.beta.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
46
likes
140
points
192
downloads

Publisher

verified publisherdexbytes.com

Weekly Downloads

A flutter package that render dynamic multi step form with different input field which is manage from API json response. This plugin supports both iOS and Android.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

cached_network_image, country_code_picker, file, file_picker, flutter, flutter_barcode_scanner, image_pickers, intl, shared_preferences

More

Packages that depend on dynamic_multi_step_form