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

outdated

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

238
likes
80/ 160
pub points
82%
popularity

We analyzed this package 3 days ago, and awarded it 80 pub points (of a possible 160):

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.

OK
Provide documentation
20 / 20trigger folding of the section

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

331 out of 499 API elements (66.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.

10/10 points: Package has an example

failed
Platform support
20 / 20trigger folding of the section

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: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:file_picker/file_picker.dart that declares support for platforms: Android, iOS, Web.
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:file_picker/file_picker.dart that declares support for platforms: Android, iOS, Web.
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:file_picker/file_picker.dart that declares support for platforms: Android, iOS, Web.
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

0/0 points: WASM compatibility

Unable to detect compatibility with runtime wasm, and this package will not be rewarded full points in a future version of the scoring model.

See https://dart.dev/web/wasm for details.

failed
Pass static analysis
0 / 50trigger folding of the section

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

Found 199 issues. Showing the first 2:

ERROR: The getter 'subtitle1' isn't defined for the type 'TextTheme'.

lib/helpers/platform_functions.dart:39:31

   ╷
39 │   var style = theme.textTheme.subtitle1;
   │                               ^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/helpers/platform_functions.dart

ERROR: The getter 'subtitle1' isn't defined for the type 'TextTheme'.

lib/helpers/platform_functions.dart:47:31

   ╷
47 │   var style = theme.textTheme.subtitle1?.copyWith(
   │                               ^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/helpers/platform_functions.dart

failed
Support up-to-date dependencies
10 / 40trigger 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.1.0 2.3.2 3.0.1
flutter flutter 0.0.0 0.0.0
flutter_cupertino_settings ^0.5.0 0.5.0 0.5.0
flutter_material_pickers ^2.1.1 2.1.1 3.7.0
flutter_multi_formatter ^2.0.2 2.13.0 2.13.0
flutter_web_plugins flutter 0.0.0 0.0.0
intl ^0.17.0 0.17.0 0.20.0
meta ^1.2.4 1.15.0 1.16.0
pattern_formatter ^2.0.0 2.0.0 4.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.1
clock - 1.1.2 1.1.2
collection - 1.18.0 1.19.1
convert - 3.1.2 3.1.2
crypto - 3.0.6 3.0.6
cupertino_icons - 1.0.8 1.0.8
file_picker - 3.0.4 8.1.4
flutter_colorpicker - 0.4.0 1.1.0
flutter_plugin_android_lifecycle - 2.0.23 2.0.23
material_color_utilities - 0.11.1 0.12.0
path - 1.9.1 1.9.1
plugin_platform_interface - 2.1.8 2.1.8
sky_engine - 0.0.99 0.0.99
typed_data - 1.4.0 1.4.0
vector_math - 2.1.4 2.1.4

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

Found 4 issues. Showing the first 2:

The constraint `^2.1.0` on extended_masked_text does not support the stable version `3.0.0`.

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

The constraint `^2.1.1` on flutter_material_pickers does not support the stable version `3.0.0`.

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

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

0/20 points: Compatible with dependency constraint lower bounds

downgrade analysis failed failed with 14 errors:

  • UNDEFINED_GETTER - lib/helpers/platform_functions.dart:39:31 - The getter 'subtitle1' isn't defined for the type 'TextTheme'.
  • UNDEFINED_GETTER - lib/helpers/platform_functions.dart:47:31 - The getter 'subtitle1' isn't defined for the type 'TextTheme'.
  • UNDEFINED_GETTER - lib/helpers/platform_functions.dart:49:63 - The getter 'subtitle1' isn't defined for the type 'TextTheme'.

Run flutter pub downgrade and then flutter analyze to reproduce the above problem.

You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.

Analyzed with Pana 0.22.15, Flutter 3.24.4, Dart 3.5.4.

Check the analysis log for details.

238
likes
80
pub points
82%
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