card_settings 3.5.0 copy "card_settings: ^3.5.0" to clipboard
card_settings: ^3.5.0 copied to clipboard

A flutter package for building card based settings forms. This includes a library of pre-built form field widgets.

238
likes
70/ 140
pub points
86%
popularity

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

partial
Follow Dart file conventions
30 / 30trigger folding of the section

10/10 points: Provide a valid pubspec.yaml

Issue tracker URL doesn't exist.

At the time of the analysis https://github.com/codegrue/card_settings/issues was unreachable. Make sure that the website is reachable via HEAD requests.

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.

failed
Provide documentation
10 / 20trigger folding of the section

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

328 out of 502 API elements (65.3 %) have documentation comments.

Some symbols that are missing documentation: card_field_layout, card_settings_button, card_settings_checkbox_picker, card_settings_color_picker, card_settings_currency.

0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

OK
Platform support
20 / 20trigger folding of the section

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

  • ✓ Android
  • ✓ iOS
  • ✓ Windows
  • ✓ Linux
  • ✓ macOS

These platforms are not supported:

Package not compatible with platform Web

Because:

  • package:card_settings/card_settings.dart that imports:
  • package:card_settings/widgets/numeric_fields/card_settings_slider.dart that imports:
  • package:flutter_cupertino_settings/flutter_cupertino_settings.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:card_settings/card_settings.dart that imports:
  • package:card_settings/widgets/picker_fields/card_settings_checkbox_picker.dart that imports:
  • package:flutter_material_pickers/flutter_material_pickers.dart that imports:
  • package:flutter_material_pickers/helpers/show_file_picker.dart that imports:
  • package:file_picker/file_picker.dart that imports:
  • package:file_picker/src/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:card_settings/card_settings.dart that imports:
  • package:card_settings/widgets/picker_fields/card_settings_checkbox_picker.dart that imports:
  • package:flutter_material_pickers/flutter_material_pickers.dart that imports:
  • package:flutter_material_pickers/helpers/show_file_picker.dart that imports:
  • package:file_picker/file_picker.dart that imports:
  • package:file_picker/src/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:card_settings/card_settings.dart that imports:
  • package:card_settings/widgets/picker_fields/card_settings_checkbox_picker.dart that imports:
  • package:flutter_material_pickers/flutter_material_pickers.dart that imports:
  • package:flutter_material_pickers/helpers/show_file_picker.dart that imports:
  • package:file_picker/file_picker.dart that imports:
  • package:file_picker/src/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:card_settings/card_settings.dart that imports:
  • package:card_settings/widgets/picker_fields/card_settings_checkbox_picker.dart that imports:
  • package:flutter_material_pickers/flutter_material_pickers.dart that imports:
  • package:flutter_material_pickers/helpers/show_file_picker.dart that imports:
  • package:file_picker/file_picker.dart that imports:
  • package:file_picker/src/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
Pass static analysis
0 / 50trigger folding of the section

0/50 points: code has no errors, warnings, lints, or formatting issues

Found 57 issues. Showing the first 2:

ERROR: The argument type 'Object?' can't be assigned to the parameter type 'T?'.

lib/widgets/picker_fields/card_settings_list_picker.dart:37:27

   ╷
37 │             initialValue: initialItem ?? null,
   │                           ^^^^^^^^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/widgets/picker_fields/card_settings_list_picker.dart

ERROR: The argument type 'Object?' can't be assigned to the parameter type 'T?'.

lib/widgets/picker_fields/card_settings_radio_picker.dart:38:27

   ╷
38 │             initialValue: initialItem ?? null,
   │                           ^^^^^^^^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/widgets/picker_fields/card_settings_radio_picker.dart

failed
Support up-to-date dependencies
10 / 20trigger folding of the section

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

Package Constraint Compatible Latest
extended_masked_text ^2.3.1 2.3.1 2.3.1
flutter flutter 0.0.0 0.0.0
flutter_cupertino_settings ^0.5.0 0.5.0 0.5.0
flutter_material_pickers ^3.5.0 3.6.0 3.6.0
flutter_multi_formatter ^2.10.4 2.12.8 2.12.8
flutter_web_plugins flutter 0.0.0 0.0.0
intl ^0.18.0 0.18.1 0.19.0
meta ^1.8.0 1.11.0 1.14.0
pattern_formatter ^3.0.0 3.0.0 3.0.0
Transitive dependencies
Package Constraint Compatible Latest
base58check - 2.0.0 2.0.0
bech32 - 0.2.2 0.2.2
characters - 1.3.0 1.3.0
clock - 1.1.1 1.1.1
collection - 1.18.0 1.18.0
convert - 3.1.1 3.1.1
crypto - 3.0.3 3.0.3
cupertino_icons - 1.0.8 1.0.8
ffi - 2.1.2 2.1.2
file_picker - 5.5.0 8.0.2
flutter_colorpicker - 1.0.3 1.0.3
flutter_plugin_android_lifecycle - 2.0.19 2.0.19
material_color_utilities - 0.8.0 0.11.1
path - 1.9.0 1.9.0
plugin_platform_interface - 2.1.8 2.1.8
sky_engine - 0.0.99 0.0.99
typed_data - 1.3.2 1.3.2
vector_math - 2.1.4 2.1.4
win32 - 5.5.0 5.5.0

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

The constraint `^0.18.0` on intl does not support the stable version `0.19.0`.

Try running dart pub upgrade --major-versions intl to update the constraint.

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

Analyzed with Pana 0.22.3, Flutter 3.19.5, Dart 3.3.3.

Check the analysis log for details.

238
likes
70
pub points
86%
popularity

Publisher

unverified uploader

A flutter package for building card based settings forms. This includes a library of pre-built form field widgets.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

extended_masked_text, flutter, flutter_cupertino_settings, flutter_material_pickers, flutter_multi_formatter, flutter_web_plugins, intl, meta, pattern_formatter

More

Packages that depend on card_settings