cdx_components 0.0.3 copy "cdx_components: ^0.0.3" to clipboard
cdx_components: ^0.0.3 copied to clipboard

outdated

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.1

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.