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.

8
likes
70/ 160
pub points
37%
popularity

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

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 616058 elements... Initialized dartdoc with 784 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 77.1 seconds ERR: warning: flutter_json_schema_form has no library level documentation comments from flutter_json_schema_form: (file:///tmp/pana_JJMFVD/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_JJMFVD/lib/widgets/flutter_json_schema_field.dart:1:9) conflicting with file already generated by flutter_json_schema_form: (file:///tmp/pana_JJMFVD/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

failed
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

0/0 points: WASM compatibility

Unable to detect compatibility with runtime wasm, and this package will not be rewarded full points in a future version of the scoring model.

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

failed
Pass static analysis
0 / 50trigger folding of the section

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

Found 4 issues. Showing the first 2:

ERROR: The getter 'headline6' isn't defined for the type 'TextTheme'.

lib/flutter_json_schema_form.dart:67:47

   ╷
67 │                 ? Theme.of(context).textTheme.headline6
   │                                               ^^^^^^^^^
   ╵

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

ERROR: The getter 'headline5' isn't defined for the type 'TextTheme'.

lib/flutter_json_schema_form.dart:68:47

   ╷
68 │                 : Theme.of(context).textTheme.headline5,
   │                                               ^^^^^^^^^
   ╵

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

failed
Support up-to-date dependencies
10 / 40trigger 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.1.4
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.1
collection - 1.18.0 1.19.1
ffi - 1.2.1 2.1.3
flutter_plugin_android_lifecycle - 2.0.23 2.0.23
flutter_web_plugins - 0.0.0 0.0.0
material_color_utilities - 0.11.1 0.12.0
meta - 1.15.0 1.16.0
path - 1.9.1 1.9.1
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.8.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

0/20 points: Compatible with dependency constraint lower bounds

downgrade analysis failed failed with 2 errors:

  • UNDEFINED_GETTER - lib/flutter_json_schema_form.dart:67:47 - The getter 'headline6' isn't defined for the type 'TextTheme'.
  • UNDEFINED_GETTER - lib/flutter_json_schema_form.dart:68:47 - The getter 'headline5' isn't defined for the type 'TextTheme'.

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.22.15, Flutter 3.24.4, Dart 3.5.4.

Check the analysis log for details.

8
likes
70
pub points
37%
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