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

outdated

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

example/example.md

CardSettings Example #

Demonstrates how to use the card_settings package.

Example Code #

A full example of all controls in a settings form are shown in this file:

/lib/example.dart

Complete Example Structure #

lib
├───plumbing
│   ├───model.dart - data for the example
│   ├───results.dart - method to show the results using the example
│   ├───scaffold.dart - wrapper of the example layout
│   └───theme.dart - ability to show exampel with a light or dark theme
├───example.dart - the actual example to consider
└───main.dart - App entry
238
likes
0
pub points
85%
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

License

unknown (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