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.

45/ 160
pub points
61
downloads

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

Failed report section
Follow Dart file conventions
25 / 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

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

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

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.

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

Failed check 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 648143 elements... Initialized dartdoc with 832 libraries Generating docs for library widgets/flutter_json_schema_field.dart from package:flutter_json_schema_form/widgets/flutter_json_schema_field.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 flutter_json_schema_form.dart from package:flutter_json_schema_form/flutter_json_schema_form.dart... Documented 3 public libraries in 54.0 seconds ERR: warning: flutter_json_schema_form has no library level documentation comments from flutter_json_schema_form: (file:///tmp/pana_WTRVBG/lib/widgets/flutter_json_schema_field.dart:1:1) error: file already written at "flutter_json_schema_form/index.html" for symbol flutter_json_schema_form: (file:///tmp/pana_WTRVBG/lib/flutter_json_schema_form.dart:1:1) conflicting with file already generated by flutter_json_schema_form: (file:///tmp/pana_WTRVBG/lib/widgets/flutter_json_schema_field.dart:1:1) 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 [14 more lines]

Passed check 10/10 points: Package has an example

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

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

Failed report section
Pass static analysis
0 / 50trigger folding of the section

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

Found 8 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 report section
Support up-to-date dependencies
10 / 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
file_picker ^4.2.7 4.6.1 11.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 Notes
characters - 1.4.1 1.4.1
collection - 1.19.1 1.19.1
ffi - 1.2.1 2.2.0
flutter_plugin_android_lifecycle - 2.0.34 2.0.34
material_color_utilities - 0.13.0 0.13.0
meta - 1.17.0 1.18.2
path - 1.9.1 1.9.1
plugin_platform_interface - 2.1.8 2.1.8
vector_math - 2.2.0 2.3.0
win32 - 2.6.1 6.0.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.

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 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.23.12, Flutter 3.41.4, Dart 3.11.1.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
8
likes
45
points
61
downloads

Documentation

API reference

Publisher

verified publisherlapada.ifce.edu.br

Weekly Downloads

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

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

file_picker, flutter, json_schema_document, tuple

More

Packages that depend on flutter_json_schema_form