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.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add card_settings

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  card_settings: ^3.5.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:card_settings/card_settings.dart';
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