flutter_json_schema_form 0.0.10
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.
We analyzed this package 10 hours ago, and awarded it 45 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
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.
10/10 points: Use an OSI-approved license
Detected license: MIT.
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]
10/10 points: Package has an example
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
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
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.
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.23.12, Flutter 3.41.4, Dart 3.11.1.
Check the analysis log for details.