custom_widgets_toolkit 0.0.44 copy "custom_widgets_toolkit: ^0.0.44" to clipboard
custom_widgets_toolkit: ^0.0.44 copied to clipboard

A lightweight and customizable Flutter package featuring custom widgets and utilities for enhanced UI development.

Flutter Custom Widgets Package #

This package provides a curated set of custom components and widgets that simplify Flutter UI development. It streamlines configuration by exposing tailored properties, helping you build beautiful interfaces quickly with less boilerplate.

Table of Contents #

Custom Components #

lib/src/others/

  • constant_sizing.dart: Predefined sizing constants for design consistency.
  • custom_scroll_physics.dart: Tailored scroll behavior.
  • custom_spring_curves.dart: Spring-like animations for natural UI transitions.

Custom Widgets #

lib/src/widgets/

  • custom_elevated_button.dart: Enhanced ElevatedButton with extra customization.
  • custom_rich_text.dart: Rich text widget with flexible styling.
  • custom_text_button.dart: Styled text button for intuitive interactions.
  • custom_text.dart: Versatile text widget with dynamic styling.
  • custom_textfield.dart: Advanced text input field with built-in validation.
  • loading_dialog.dart: Customizable/animated loading dialog for smooth operation feedback.
  • custom_snackbar.dart: Custom snackbar offering flexible usage.

Installation #

Add the package to your pubspec.yaml:

dependencies:
  flutter:
    sdk: flutter
  custom_widgets_toolkit: ^0.0.40 # Most stable version, can change to ^0.0.43 latest version
2
likes
0
points
30
downloads

Publisher

unverified uploader

Weekly Downloads

A lightweight and customizable Flutter package featuring custom widgets and utilities for enhanced UI development.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on custom_widgets_toolkit