frappe_form 0.10.0
frappe_form: ^0.10.0 copied to clipboard
A library to render Frappe DocForm and generate a response
We analyzed this package in the last hour, and awarded it 150 pub points (of a possible 160):
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: BSD-2-Clause.
10/10 points: 20% or more of the public API has dartdoc comments
309 out of 1340 API elements (23.1 %) have documentation comments.
Some symbols that are missing documentation: frappe_form, frappe_form.$AttachmentCopyWithExtension.copyWith, frappe_form.$DocFieldAnswerCopyWithExtension.copyWith, frappe_form.$DocFieldCopyWithExtension.copyWith, frappe_form.$DocFormCopyWithExtension.copyWith.
10/10 points: Package has an example
20/20 points: Supports 1 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
- ✓ iOS
These platforms are not supported:
Package does not support platform `Android`.
Because:
package:frappe_form/frappe_form.dartthat imports:package:frappe_form/src/presentation/widgets/doc_field_item/text_input/doc_field_text_editor_view.dartthat imports:package:html_editor_enhanced/html_editor.dartthat imports:package:html_editor_enhanced/utils/options.dartthat imports:package:file_picker/file_picker.dartthat imports:package:file_picker/src/windows/file_picker_windows.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
Package does not support platform `Windows`.
Because:
package:frappe_form/frappe_form.dartthat imports:package:frappe_form/src/presentation/widgets/doc_field_item/text_input/doc_field_text_editor_view.dartthat imports:package:html_editor_enhanced/html_editor.dartthat imports:package:html_editor_enhanced/src/widgets/toolbar_widget.dartthat imports:package:pointer_interceptor/pointer_interceptor.dartthat declares support for platforms:iOS,Web.
Package does not support platform `Linux`.
Because:
package:frappe_form/frappe_form.dartthat imports:package:frappe_form/src/presentation/widgets/doc_field_item/text_input/doc_field_text_editor_view.dartthat imports:package:html_editor_enhanced/html_editor.dartthat imports:package:flutter_inappwebview/flutter_inappwebview.dartthat declares support for platforms:Android,iOS,Windows,macOS,Web.
Package does not support platform `macOS`.
Because:
package:frappe_form/frappe_form.dartthat imports:package:frappe_form/src/presentation/widgets/doc_field_item/text_input/doc_field_text_editor_view.dartthat imports:package:html_editor_enhanced/html_editor.dartthat imports:package:html_editor_enhanced/utils/options.dartthat imports:package:file_picker/file_picker.dartthat imports:package:file_picker/src/windows/file_picker_windows.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
Package does not support platform `Web`.
Because:
package:frappe_form/frappe_form.dartthat imports:package:frappe_form/src/presentation/widgets/doc_field_item/text_input/doc_field_text_editor_view.dartthat imports:package:html_editor_enhanced/html_editor.dartthat imports:package:html_editor_enhanced/utils/options.dartthat imports:package:file_picker/file_picker.dartthat imports:package:file_picker/src/linux/file_picker_linux.dartthat imports:package:dbus/dbus.dartthat declares support for platforms:Windows,Linux.
These issues are present but do not affect the score, because they may not originate in your package:
Package does not support platform `iOS`.
Because:
package:frappe_form/frappe_form.dartthat imports:package:frappe_form/src/presentation/widgets/doc_field_item/text_input/doc_field_text_editor_view.dartthat imports:package:html_editor_enhanced/html_editor.dartthat imports:package:html_editor_enhanced/utils/options.dartthat imports:package:file_picker/file_picker.dartthat imports:package:file_picker/src/windows/file_picker_windows.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
40/50 points: code has no errors, warnings, lints, or formatting issues
INFO: 'EquatableMixin' is deprecated and shouldn't be used. use Equatable as a mixin instead.
lib/src/entity/doc_type.dart:13:20
╷
13 │ class DocType with EquatableMixin {
│ ^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/entity/doc_type.dart
INFO: 'EquatableMixin' is deprecated and shouldn't be used. use Equatable as a mixin instead.
lib/src/model/render_rules.dart:12:24
╷
12 │ class RenderRules with EquatableMixin {
│ ^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/model/render_rules.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
adeptannotations |
^7.0.0 |
7.0.0 | 7.0.0 | |
collection |
^1.19.1 |
1.19.1 | 1.19.1 | |
equatable |
^2.0.7 |
2.1.0 | 2.1.0 | |
flutter_html |
^3.0.0 |
3.0.0 | 3.0.0 | |
flutter_rating_bar |
^4.0.1 |
4.0.1 | 4.0.1 | |
html_editor_enhanced |
^2.7.1 |
2.7.1 | 2.7.1 | |
intl |
>=0.19.0 <1.0.0 |
0.20.3 | 0.20.3 | |
intl_phone_field |
^3.2.0 |
3.2.0 | 3.2.0 | |
json_annotation |
^4.9.0 |
4.12.0 | 4.12.0 | |
shimmer |
^3.0.0 |
3.0.0 | 4.0.0 | |
url_launcher |
^6.3.2 |
6.3.2 | 6.3.2 | |
validators |
^3.0.0 |
3.0.0 | 3.0.0 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^3.0.0` on shimmer does not support the stable version `4.0.0`, that was published 4 days ago.
When shimmer is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions shimmer to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
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.