form_ui_builder 0.0.5 copy "form_ui_builder: ^0.0.5" to clipboard
form_ui_builder: ^0.0.5 copied to clipboard

A Flutter package for building dynamic, data-driven forms with conditional visibility, auto-calculations, multi-field validation, and real-time validation support.

135/ 160
pub points
47
downloads

We analyzed this package 7 days ago, and awarded it 135 pub points (of a possible 160):

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

Partially passed check 10/10 points: Provide a valid pubspec.yaml

Repository URL doesn't exist.

At the time of the analysis https://github.com/aniketdhakorkar/form_ui_builder was unreachable. Make sure that the website is reachable via HEAD requests.

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

Failed check 0/5 points: Provide a valid CHANGELOG.md

`CHANGELOG.md` does not contain reference to the current version ("0.0.5").

Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.

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

Detected license: MIT.

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

82 out of 207 API elements (39.6 %) have documentation comments.

Some symbols that are missing documentation: form_ui_builder.CardContainer, form_ui_builder.CardContainer.CardContainer.new, form_ui_builder.CardContainer.content, form_ui_builder.CheckNumeric.CheckNumeric.new, form_ui_builder.CheckboxValueChanged.

Passed check 10/10 points: Package has an example

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

Passed check 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 not compatible with platform Web

Because:

  • package:form_ui_builder/form_ui_builder.dart that imports:
  • package:form_ui_builder/src/presentation/utils/form_builder_facade.dart that imports:
  • package:form_ui_builder/src/domain/usecases/validate_text_field_value.dart that imports:
  • package:form_ui_builder/src/core/validation/check_mobile_no.dart that imports:
  • package:form_ui_builder/init_getit.dart that imports:
  • package:form_ui_builder/src/data/repositories/form_ui_builder_repository_impl.dart that imports:
  • package:form_ui_builder/src/core/error/exceptions.dart that imports:
  • dart:io
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 12 issues. Showing the first 2:

INFO: Angle brackets will be interpreted as HTML.

lib/form_ui_builder.dart:111:63

    ╷
111 │ /// - `childrenList`: List of form field configurations as Map<String, dynamic>
    │                                                               ^^^^^^^^^^^^^^^^^
    ╵

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

INFO: Angle brackets will be interpreted as HTML.

lib/form_ui_builder.dart:205:50

    ╷
205 │ /// - `buildFormLogicBundleFromParameterMap`: Map<int, ChildrenX> → FormLogicBundle
    │                                                  ^^^^^^^^^^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/form_ui_builder.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
collection ^1.19.1 1.19.1 1.19.1
dio ^5.9.0 5.11.0 5.11.0
equatable ^2.0.8 2.1.0 2.1.0
flutter_bloc ^9.1.1 9.1.1 9.1.1
fpdart ^1.2.0 1.2.0 1.2.0
get_it ^9.2.0 9.2.1 9.2.1
internet_connection_checker_plus ^2.9.1+2 2.9.1+2 3.1.1
intl ^0.20.2 0.20.3 0.20.3
synchronized ^3.4.0 3.4.1+2 3.4.1+2
Transitive dependencies
Package Constraint Compatible Latest Notes
args - 2.7.0 2.7.0
async - 2.13.1 2.13.1
bloc - 9.2.1 9.2.1
characters - 1.4.1 1.4.1
clock - 1.1.2 1.1.2
connectivity_plus - 7.3.1 7.3.1
connectivity_plus_platform_interface - 2.1.0 2.1.0
dbus - 0.7.15 0.7.15
dio_web_adapter - 2.2.1 2.2.1
ffi - 2.2.0 2.2.0
http - 1.6.0 1.6.0
http_parser - 4.1.2 4.1.2
material_color_utilities - 0.13.0 0.13.1
meta - 1.19.0 1.19.0
mime - 2.0.0 2.0.0
nested - 1.0.0 1.0.0
nm - 0.5.0 0.5.0
path - 1.9.1 1.9.1
petitparser - 7.0.2 7.0.2
plugin_platform_interface - 2.1.8 2.1.8
provider - 6.1.5+1 6.1.5+1
source_span - 1.10.2 1.10.2
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
vector_math - 2.4.2 2.4.2
web - 1.1.1 1.1.1
xml - 7.0.1 7.0.1

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

The constraint `^2.9.1+2` on internet_connection_checker_plus does not support the stable version `3.0.0`.

Try running dart pub upgrade --major-versions internet_connection_checker_plus 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.18, Flutter 3.47.0, Dart 3.13.0.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
135
points
47
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter package for building dynamic, data-driven forms with conditional visibility, auto-calculations, multi-field validation, and real-time validation support.

Repository (GitHub)

License

MIT (license)

Dependencies

collection, dio, equatable, flutter, flutter_bloc, fpdart, get_it, internet_connection_checker_plus, intl, synchronized

More

Packages that depend on form_ui_builder