card_settings 1.16.3 card_settings: ^1.16.3 copied to clipboard
A flutter package for building card based settings forms. This includes a library of pre-built form field widgets.
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:
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