cdx_components 0.8.0-alpha.15 copy "cdx_components: ^0.8.0-alpha.15" to clipboard
cdx_components: ^0.8.0-alpha.15 copied to clipboard

A set of components, utils and extensions helpful to solve many problems.

Cdx Components is a comprehensive library that provides a collection of useful widgets, extensions, and utilities to enhance your Flutter development experience. This library aims to simplify common tasks and provide ready-to-use components to accelerate your app development process.

Installation #

To use Cdx Components in your Flutter project, add the following dependency to your pubspec.yaml file:

dependencies:
  cdx_components: ^0.0.22

Then, run flutter pub get to fetch the package.

Widgets #

  1. AccentButton A customizable button with loader inside.

Extensions #

  1. ListExtension A set of extensions for lists.

Utilities #

  1. MediaUtils A utility class that provides a system to cache images.

Examples #

For detailed usage examples and code snippets, please refer to the example directory of the Cdx Components repository.

// Nel form padre FormItem<Map<String, dynamic>>( hint: 'Dati figlio', type: FormType.custom, value: const {}, validation: () => true, objectMapping: ObjectMapping( outputToForm: (nested) => { 'child_name': nested['name'], 'child_age': nested['age'], }, ), customBuilder: (context, currentValue, onValueChange) { return InnerForm) => true, type: FormType.intNumber, ), }, onChanged: (nestedMap) => onValueChange(nestedMap), ); }, )

2
likes
0
points
594
downloads

Publisher

unverified uploader

Weekly Downloads

A set of components, utils and extensions helpful to solve many problems.

Homepage

License

unknown (license)

Dependencies

flutter, flutter_colorpicker, flutter_svg, fluttertoast, get_it, intl, keyboard_actions, lottie, nanoid, provider, rxdart

More

Packages that depend on cdx_components