flutter_formux 1.0.6 copy "flutter_formux: ^1.0.6" to clipboard
flutter_formux: ^1.0.6 copied to clipboard

Interface tools for validating forms, managing state with BLoC, integrating with Material components.

0
likes
140/ 160
pub points
288
downloads

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

Partially passed report section
Follow Dart file conventions
30 / 30trigger folding of the section

Partially passed check 10/10 points: Provide a valid pubspec.yaml

Homepage URL doesn't exist.

At the time of the analysis https://formux.pipen.dev was unreachable. Make sure that the website is reachable via HEAD requests.

Documentation URL doesn't exist.

At the time of the analysis https://formux.pipen.dev was unreachable. Make sure that the website is reachable via HEAD requests.

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: MIT.

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

Passed check 10/10 points: 20% or more of the public API has dartdoc comments

223 out of 435 API elements (51.3 %) have documentation comments.

Some symbols that are missing documentation: flutter_formux, flutter_formux.DropdownBuilder, flutter_formux.DropdownCubit, flutter_formux.DropdownFetcherCubit, flutter_formux.DropdownFetcherCubit.DropdownFetcherCubit.new.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

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

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

  • ✓ Android

  • ✓ iOS

These platforms are not supported:

Package does not support platform `Windows`.

Because:

  • package:flutter_formux/flutter_formux.dart that imports:
  • package:flutter_formux/src/fields/text/formux_text_field.dart that imports:
  • package:pipen/components.dart that imports:
  • package:pipen/src/components/gesture/pipen_gesture_tap.dart that imports:
  • package:vibration/vibration.dart that declares support for platforms: Android, iOS.
Package does not support platform `Linux`.

Because:

  • package:flutter_formux/flutter_formux.dart that imports:
  • package:flutter_formux/src/fields/text/formux_text_field_raw.dart that imports:
  • package:pipen/extensions.dart that imports:
  • package:pipen/src/extensions/pipen_platform_file_extension.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:flutter_formux/flutter_formux.dart that imports:
  • package:flutter_formux/src/fields/text/formux_text_field_raw.dart that imports:
  • package:pipen/extensions.dart that imports:
  • package:pipen/src/extensions/pipen_platform_file_extension.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 `Web`.

Because:

  • package:flutter_formux/flutter_formux.dart that imports:
  • package:flutter_formux/src/fields/text/formux_text_field.dart that imports:
  • package:pipen/components.dart that imports:
  • package:pipen/src/components/gesture/pipen_gesture_tap.dart that imports:
  • package:vibration/vibration.dart that declares support for platforms: Android, iOS.

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:flutter_formux/flutter_formux.dart that imports:
  • package:flutter_formux/src/fields/text/formux_text_field_raw.dart that imports:
  • package:pipen/extensions.dart that imports:
  • package:pipen/src/extensions/pipen_platform_file_extension.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 `iOS`.

Because:

  • package:flutter_formux/flutter_formux.dart that imports:
  • package:flutter_formux/src/fields/text/formux_text_field_raw.dart that imports:
  • package:pipen/extensions.dart that imports:
  • package:pipen/src/extensions/pipen_platform_file_extension.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.

Failed check 0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:flutter_formux/flutter_formux.dart that imports:
  • package:flutter_formux/src/fields/text/formux_text_field_raw.dart that imports:
  • package:pipen/extensions.dart that imports:
  • package:pipen/src/extensions/pipen_platform_file_extension.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.

Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

Partially passed check 40/50 points: code has no errors, warnings, lints, or formatting issues

Found 24 issues. Showing the first 2:

/tmp/pana_ONZDDT/lib/src/fields/dropdown/fetcher/formux_dropdown_fetcher_field.dart doesn't match the Dart formatter.

To format your files run: dart format .

/tmp/pana_ONZDDT/lib/src/fields/dropdown/fetcher/layout.dart doesn't match the Dart formatter.

To format your files run: dart format .

Passed report section
Support up-to-date dependencies
40 / 40trigger folding of the section

Passed check 10/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest Notes
bloc ^9.0.0 9.0.0 9.0.0
currency_textfield ^4.14.1 4.14.1 4.14.1
email_validator ^3.0.0 3.0.0 3.0.0
flutter_bloc ^9.0.0 9.1.1 9.1.1
flutter_skeleton_ui ^0.0.6 0.0.6 0.0.6
formux ^2.1.1 2.1.1 2.1.1
intl ^0.20.0 0.20.2 0.20.2
pipen ^2.2.1 2.2.1 2.2.1
pipen_bloc ^1.2.3 1.2.3 1.2.3
Transitive dependencies
Package Constraint Compatible Latest Notes
archive - 4.0.7 4.0.7
args - 2.7.0 2.7.0
async - 2.13.0 2.13.0
characters - 1.4.0 1.4.1
clock - 1.1.2 1.1.2
collection - 1.19.1 1.19.1
cross_file - 0.3.4+2 0.3.4+2
crypto - 3.0.6 3.0.6
device_info_plus - 11.5.0 11.5.0
device_info_plus_platform_interface - 7.0.3 7.0.3
dio - 5.8.0+1 5.8.0+1
dio_web_adapter - 2.1.1 2.1.1
expandable_page_view - 1.0.17 1.0.17
ffi - 2.1.4 2.1.4
file - 7.0.1 7.0.1
file_picker - 10.2.0 10.2.0
fixnum - 1.1.1 1.1.1
flutter_plugin_android_lifecycle - 2.0.28 2.0.28
flutter_secure_storage - 9.2.4 9.2.4
flutter_secure_storage_linux - 1.2.3 2.0.1
flutter_secure_storage_macos - 3.1.3 4.0.0
flutter_secure_storage_platform_interface - 1.1.2 2.0.1
flutter_secure_storage_web - 1.2.1 2.0.0
flutter_secure_storage_windows - 3.1.2 4.0.0
go_router - 15.2.4 15.2.4
gql - 1.0.1-alpha+1730759315362 1.0.1-alpha+1730759315362
gql_dedupe_link - 2.0.4-alpha+1715521079596 2.0.4-alpha+1715521079596
gql_error_link - 1.0.0+1 1.0.0+1
gql_exec - 1.1.1-alpha+1699813812660 1.1.1-alpha+1699813812660
gql_http_link - 1.1.0 1.1.0
gql_link - 1.0.1-alpha+1730759315378 1.0.1-alpha+1730759315378
gql_transform_link - 1.0.0 1.0.0
graphql - 5.2.1 5.2.1
hive - 2.2.3 2.2.3
http - 1.4.0 1.4.0
http_parser - 4.1.2 4.1.2
js - 0.6.7 0.7.2 Discontinued
json_pretty - 1.0.4 1.0.4
logging - 1.3.0 1.3.0
lottie - 3.3.1 3.3.1
material_color_utilities - 0.11.1 0.13.0
meta - 1.16.0 1.17.0
mime - 2.0.0 2.0.0
nested - 1.0.0 1.0.0
normalize - 0.9.1 0.10.0
path - 1.9.1 1.9.1
path_provider - 2.1.5 2.1.5
path_provider_android - 2.2.17 2.2.17
path_provider_foundation - 2.4.1 2.4.1
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
platform - 3.1.6 3.1.6
plugin_platform_interface - 2.1.8 2.1.8
posix - 6.0.3 6.0.3
provider - 6.1.5 6.1.5
rxdart - 0.28.0 0.28.0
source_span - 1.10.1 1.10.1
sprintf - 7.0.0 7.0.0
stream_channel - 2.1.4 2.1.4
string_scanner - 1.4.1 1.4.1
swipe_refresh - 1.1.2 1.1.2
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
uuid - 4.5.1 4.5.1
vector_math - 2.1.4 2.2.0
vibration - 3.1.3 3.1.3
vibration_platform_interface - 0.1.0 0.1.0
web - 1.1.1 1.1.1
web_socket - 1.0.1 1.0.1
web_socket_channel - 3.0.3 3.0.3
win32 - 5.14.0 5.14.0
win32_registry - 2.1.0 2.1.0
xdg_directories - 1.1.0 1.1.0
yaml - 3.1.3 3.1.3

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.22.21, Flutter 3.32.4, Dart 3.8.1.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
140
points
288
downloads

Publisher

verified publisherpipen.dev

Weekly Downloads

Interface tools for validating forms, managing state with BLoC, integrating with Material components.

Homepage
Repository (GitHub)
View/report issues

Topics

#formux #form #validations

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

bloc, currency_textfield, email_validator, flutter, flutter_bloc, flutter_localizations, flutter_skeleton_ui, formux, intl, pipen, pipen_bloc

More

Packages that depend on flutter_formux