flutter_json_schema_form 0.0.10 copy "flutter_json_schema_form: ^0.0.10" to clipboard
flutter_json_schema_form: ^0.0.10 copied to clipboard

Create beautiful and low-effort forms that output valid data. Based on Flutter / Material Design Widgets / JSON Schema.

7
likes
100/ 140
pub points
65%
popularity

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

OK
Follow Dart file conventions
30 / 30trigger folding of the section

10/10 points: Provide a valid pubspec.yaml

5/5 points: Provide a valid README.md

5/5 points: Provide a valid CHANGELOG.md

10/10 points: Use an OSI-approved license

Detected license: MIT.

failed
Provide documentation
10 / 20trigger folding of the section

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

OUT: Documenting flutter_json_schema_form... Discovering libraries... Linking elements... Precaching local docs for 593817 elements... Initialized dartdoc with 759 libraries Generating docs for library flutter_json_schema_form.dart from package:flutter_json_schema_form/flutter_json_schema_form.dart... Generating docs for library controller/flutter_json_schema_form_controller.dart from package:flutter_json_schema_form/controller/flutter_json_schema_form_controller.dart... Generating docs for library widgets/flutter_json_schema_field.dart from package:flutter_json_schema_form/widgets/flutter_json_schema_field.dart... Documented 3 public libraries in 73.0 seconds ERR: warning: flutter_json_schema_form has no library level documentation comments from flutter_json_schema_form: (file:///tmp/pana_VBHQCD/lib/widgets/flutter_json_schema_field.dart:1:9) error: file already written at "flutter_json_schema_form/flutter_json_schema_form-library.html" for symbol flutter_json_schema_form: (file:///tmp/pana_VBHQCD/lib/widgets/flutter_json_schema_field.dart:1:9) conflicting with file already generated by flutter_json_schema_form: (file:///tmp/pana_VBHQCD/lib/flutter_json_schema_form.dart:3:9) Dartdoc generates a path and filename to write to for each symbol. 'flutter_json_schema_form' conflicts with another symbol in the generated path, and therefore can not be written out. Changing the name, library name, or class name (if appropriate) of one of the conflicting items can resolve the conflict. Alternatively, use the [11 more lines]

10/10 points: Package has an example

OK
Platform support
20 / 20trigger folding of the section

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

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

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:flutter_json_schema_form/flutter_json_schema_form.dart that imports:
  • package:flutter_json_schema_form/controller/flutter_json_schema_form_controller.dart that imports:
  • package:file_picker/file_picker.dart that imports:
  • package:file_picker/src/file_picker.dart that imports:
  • package:file_picker/src/windows/file_picker_windows.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Package does not support platform `iOS`.

Because:

  • package:flutter_json_schema_form/flutter_json_schema_form.dart that imports:
  • package:flutter_json_schema_form/controller/flutter_json_schema_form_controller.dart that imports:
  • package:file_picker/file_picker.dart that imports:
  • package:file_picker/src/file_picker.dart that imports:
  • package:file_picker/src/windows/file_picker_windows.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Package does not support platform `Linux`.

Because:

  • package:flutter_json_schema_form/flutter_json_schema_form.dart that imports:
  • package:flutter_json_schema_form/controller/flutter_json_schema_form_controller.dart that imports:
  • package:file_picker/file_picker.dart that imports:
  • package:file_picker/src/file_picker.dart that imports:
  • package:file_picker/src/windows/file_picker_windows.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Package does not support platform `macOS`.

Because:

  • package:flutter_json_schema_form/flutter_json_schema_form.dart that imports:
  • package:flutter_json_schema_form/controller/flutter_json_schema_form_controller.dart that imports:
  • package:file_picker/file_picker.dart that imports:
  • package:file_picker/src/file_picker.dart that imports:
  • package:file_picker/src/windows/file_picker_windows.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Package not compatible with platform Web

Because:

  • package:flutter_json_schema_form/flutter_json_schema_form.dart that imports:
  • package:flutter_json_schema_form/controller/flutter_json_schema_form_controller.dart that imports:
  • package:file_picker/file_picker.dart that imports:
  • package:file_picker/src/file_picker.dart that imports:
  • package:file_picker/src/linux/file_picker_linux.dart that imports:
  • package:file_picker/src/utils.dart that imports:
  • dart:io
failed
Pass static analysis
30 / 50trigger folding of the section

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

Found 4 issues. Showing the first 2:

WARNING: Unnecessary type check; the result is always 'true'.

lib/flutter_json_schema_form.dart:75:13

   ╷
75 │         if (jsonSchema.properties is Map)
   │             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵

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

WARNING: Unused import: 'dart:convert'.

lib/widgets/flutter_json_schema_field.dart:3:8

  ╷
3 │ import 'dart:convert';
  │        ^^^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/widgets/flutter_json_schema_field.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
file_picker ^4.2.7 4.6.1 8.0.0+1
flutter flutter 0.0.0 0.0.0
json_schema_document ^0.0.4 0.0.4 0.0.4
tuple ^2.0.0 2.0.2 2.0.2
Transitive dependencies
Package Constraint Compatible Latest
characters - 1.3.0 1.3.0
collection - 1.18.0 1.18.0
ffi - 1.2.1 2.1.2
flutter_plugin_android_lifecycle - 2.0.17 2.0.17
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
plugin_platform_interface - 2.1.8 2.1.8
sky_engine - 0.0.99 0.0.99
vector_math - 2.1.4 2.1.4
win32 - 2.6.1 5.3.0

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

The constraint `^4.2.7` on file_picker does not support the stable version `5.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

Analyzed with Pana 0.22.2, Flutter 3.19.2, Dart 3.3.0.

Check the analysis log for details.

7
likes
100
pub points
65%
popularity

Publisher

verified publisherlapada.ifce.edu.br

Create beautiful and low-effort forms that output valid data. Based on Flutter / Material Design Widgets / JSON Schema.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

file_picker, flutter, json_schema_document, tuple

More

Packages that depend on flutter_json_schema_form