turbo_forms 1.0.0
turbo_forms: ^1.0.0 copied to clipboard
Form configuration and validation system for Flutter.
We analyzed this package 4 days ago, and awarded it 80 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-3-Clause.
0/10 points: 20% or more of the public API has dartdoc comments
24 out of 149 API elements (16.1 %) have documentation comments.
Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.
To highlight public API members missing documentation consider enabling the public_member_api_docs lint.
Some symbols that are missing documentation: turbo_forms, turbo_forms.TurboCrudState, turbo_forms.TurboErrorLabel.TurboErrorLabel.new, turbo_forms.TurboErrorLabel.errorText, turbo_forms.TurboErrorLabel.padding.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 201 issues. Showing the first 2:
ERROR: Mixin can only be applied to class.
lib/src/config/turbo_form_field_config.dart:16:39
╷
16 │ class TurboFormFieldConfig<T> extends TurboNotifier<TurboFormFieldState<T>>
│ ^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/config/turbo_form_field_config.dart
ERROR: Classes can only mix in mixins and classes.
lib/src/config/turbo_form_field_config.dart:17:10
╷
17 │ with Loglytics {
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/config/turbo_form_field_config.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
email_validator |
^3.0.0 |
3.0.0 | 3.0.0 | |
equatable |
^2.0.7 |
2.0.8 | 2.0.8 | |
gap |
^2.0.0 |
2.0.2 | 3.0.1 | |
shadcn_ui |
^0.31.8 |
0.31.9 | 0.45.2 | |
turbo_notifiers |
^1.0.0 |
1.1.0 | 1.1.0 | |
turbo_widgets |
^1.0.0 |
1.0.0 | 1.1.0 | |
turbolytics |
^1.0.0 |
1.1.0 | 1.1.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
args |
- | 2.7.0 | 2.7.0 | |
async |
- | 2.13.0 | 2.13.0 | |
boxy |
- | 2.2.2 | 2.2.2 | |
characters |
- | 1.4.0 | 1.4.1 | |
clock |
- | 1.1.2 | 1.1.2 | |
code_assets |
- | 1.0.0 | 1.0.0 | |
collection |
- | 1.19.1 | 1.19.1 | |
crypto |
- | 3.0.7 | 3.0.7 | |
extended_image |
- | 10.0.1 | 10.0.1 | |
extended_image_library |
- | 5.0.1 | 5.0.1 | |
ffi |
- | 2.1.5 | 2.1.5 | |
file |
- | 7.0.1 | 7.0.1 | |
flutter_animate |
- | 4.5.2 | 4.5.2 | |
flutter_shaders |
- | 0.1.3 | 0.1.3 | |
flutter_svg |
- | 2.2.3 | 2.2.3 | |
get_it |
- | 9.2.0 | 9.2.0 | |
glob |
- | 2.1.3 | 2.1.3 | |
hooks |
- | 1.0.1 | 1.0.1 | |
http |
- | 1.6.0 | 1.6.0 | |
http_client_helper |
- | 3.0.0 | 3.0.0 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
intl |
- | 0.20.2 | 0.20.2 | |
js |
- | 0.7.2 | 0.7.2 | Discontinued |
logging |
- | 1.3.0 | 1.3.0 | |
lucide_icons_flutter |
- | 3.1.9 | 3.1.9 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.17.0 | 1.18.1 | |
native_toolchain_c |
- | 0.17.4 | 0.17.4 | |
objective_c |
- | 9.3.0 | 9.3.0 | |
path |
- | 1.9.1 | 1.9.1 | |
path_parsing |
- | 1.1.0 | 1.1.0 | |
path_provider |
- | 2.1.5 | 2.1.5 | |
path_provider_android |
- | 2.2.22 | 2.2.22 | |
path_provider_foundation |
- | 2.6.0 | 2.6.0 | |
path_provider_linux |
- | 2.2.1 | 2.2.1 | |
path_provider_platform_interface |
- | 2.1.2 | 2.1.2 | |
path_provider_windows |
- | 2.3.0 | 2.3.0 | |
petitparser |
- | 7.0.1 | 7.0.1 | |
platform |
- | 3.1.6 | 3.1.6 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
pub_semver |
- | 2.2.0 | 2.2.0 | |
source_span |
- | 1.10.2 | 1.10.2 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
two_dimensional_scrollables |
- | 0.3.8 | 0.3.8 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
universal_image |
- | 1.0.11 | 1.0.11 | |
vector_graphics |
- | 1.1.19 | 1.1.19 | |
vector_graphics_codec |
- | 1.1.13 | 1.1.13 | |
vector_graphics_compiler |
- | 1.1.20 | 1.1.20 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
web |
- | 1.1.1 | 1.1.1 | |
xdg_directories |
- | 1.1.0 | 1.1.0 | |
xml |
- | 6.6.1 | 6.6.1 | |
yaml |
- | 3.1.3 | 3.1.3 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^2.0.0` on gap does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions gap to update the constraint.
The constraint `^0.31.8` on shadcn_ui does not support the stable version `0.32.0`.
Try running dart pub upgrade --major-versions shadcn_ui 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.9, Flutter 3.38.8, Dart 3.10.7.
Check the analysis log for details.