voo_forms 0.3.47
voo_forms: ^0.3.47 copied to clipboard
A comprehensive cross-platform forms package with atomic design, clean architecture, and Material 3 support for Flutter applications.
We analyzed this package 2 hours ago, and awarded it 140 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: MIT
.
10/10 points: 20% or more of the public API has dartdoc comments
947 out of 1485 API elements (63.8 %) have documentation comments.
Some symbols that are missing documentation: voo_forms
, voo_forms.CompoundValidation.CompoundValidation.new
, voo_forms.CompoundValidation.rules
, voo_forms.CompoundValidation.validate
, voo_forms.CreditCardFormatter.CreditCardFormatter.new
.
10/10 points: Package has an example
20/20 points: Supports 4 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ Windows
-
✓ Linux
-
✓ macOS
These platforms are not supported:
Package does not support platform `iOS`.
Because:
package:voo_forms/voo_forms.dart
that imports:package:voo_forms/src/presentation/widgets/molecules/fields/voo_file_field.dart
that imports:package:file_picker/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:voo_forms/voo_forms.dart
that imports:package:voo_forms/src/presentation/widgets/molecules/fields/voo_file_field.dart
that imports:package:file_picker/file_picker.dart
that imports:package:file_picker/src/file_picker_io.dart
that imports:dart:io
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:voo_forms/voo_forms.dart
that imports:package:voo_forms/src/presentation/widgets/molecules/fields/voo_file_field.dart
that imports:package:file_picker/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:voo_forms/voo_forms.dart
that imports:package:voo_forms/src/presentation/widgets/molecules/fields/voo_file_field.dart
that imports:package:file_picker/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:voo_forms/voo_forms.dart
that imports:package:voo_forms/src/presentation/widgets/molecules/fields/voo_file_field.dart
that imports:package:file_picker/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
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:voo_forms/voo_forms.dart
that imports:package:voo_forms/src/presentation/widgets/molecules/fields/voo_file_field.dart
that imports:package:file_picker/file_picker.dart
that imports:package:file_picker/src/file_picker_io.dart
that imports:dart:io
This package is not compatible with runtime wasm
, and will not be rewarded full points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 91 issues. Showing the first 2:
INFO: 'groupValue' is deprecated and shouldn't be used. Use a RadioGroup ancestor to manage group value instead. This feature was deprecated after v3.32.0-0.0.pre.
lib/src/presentation/widgets/atoms/items/voo_option.dart:114:9
╷
114 │ groupValue: isSelected,
│ ^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/presentation/widgets/atoms/items/voo_option.dart
INFO: 'onChanged' is deprecated and shouldn't be used. Use RadioGroup to handle value change instead. This feature was deprecated after v3.32.0-0.0.pre.
lib/src/presentation/widgets/atoms/items/voo_option.dart:115:9
╷
115 │ onChanged: enabled ? (_) => onTap?.call() : null,
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/presentation/widgets/atoms/items/voo_option.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
collection |
^1.17.0 |
1.19.1 | 1.19.1 | |
cross_file |
^0.3.4 |
0.3.4+2 | 0.3.4+2 | |
desktop_drop |
^0.6.1 |
0.6.1 | 0.6.1 | |
equatable |
^2.0.5 |
2.0.7 | 2.0.7 | |
file_picker |
^8.1.2 |
8.3.7 | 10.3.3 | |
flutter_hooks |
^0.20.5 |
0.20.5 | 0.21.3+1 | |
intl |
^0.20.1 |
0.20.2 | 0.20.2 | |
url_launcher |
^6.2.0 |
6.3.2 | 6.3.2 | |
voo_ui_core |
^0.1.3 |
0.1.3 | 0.1.3 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
bloc |
- | 9.0.1 | 9.0.1 | |
characters |
- | 1.4.0 | 1.4.1 | |
clock |
- | 1.1.2 | 1.1.2 | |
ffi |
- | 2.1.4 | 2.1.4 | |
flutter_bloc |
- | 9.1.1 | 9.1.1 | |
flutter_plugin_android_lifecycle |
- | 2.0.30 | 2.0.30 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.16.0 | 1.17.0 | |
nested |
- | 1.0.0 | 1.0.0 | |
path |
- | 1.9.1 | 1.9.1 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
provider |
- | 6.1.5+1 | 6.1.5+1 | |
universal_platform |
- | 1.1.0 | 1.1.0 | |
url_launcher_android |
- | 6.3.22 | 6.3.22 | |
url_launcher_ios |
- | 6.3.4 | 6.3.4 | |
url_launcher_linux |
- | 3.2.1 | 3.2.1 | |
url_launcher_macos |
- | 3.2.3 | 3.2.3 | |
url_launcher_platform_interface |
- | 2.3.2 | 2.3.2 | |
url_launcher_web |
- | 2.4.1 | 2.4.1 | |
url_launcher_windows |
- | 3.1.4 | 3.1.4 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
voo_responsive |
- | 0.1.4 | 0.1.4 | |
voo_tokens |
- | 0.0.8 | 0.0.8 | |
web |
- | 1.1.1 | 1.1.1 | |
win32 |
- | 5.14.0 | 5.14.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^8.1.2` on file_picker does not support the stable version `9.0.0`.
Try running dart pub upgrade --major-versions file_picker
to update the constraint.
The constraint `^0.20.5` on flutter_hooks does not support the stable version `0.21.0`.
Try running dart pub upgrade --major-versions flutter_hooks
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.22.23
, Flutter 3.35.4
, Dart 3.9.2
.
Check the analysis log for details.