custom_widgets_2

Creator: coderz1093

Last updated:

0 purchases

custom_widgets_2 Image
custom_widgets_2 Images

Languages

Categories

Add to Cart

Description:

custom widgets 2

custom_widgets_2 #

This package contains a collection of custom widgets that are indispensable in any Flutter project. These widgets are designed to provide ease of handling and enhance the user experience.
Widgets Included #

CustomElevatedButton: A customizable button widget with various styling options.
CustomTextField: A custom text field widget with additional features such as validation and input formatting.
CustomText: A custom Text widget with text.
CustomDropDownButton: A custom drop down button widget for multi drop down items.
CustomSteper: A custom steper widget for steps.
CustomCachNetwork: A custom cach network widget for display network imge.
CustomDivider: A custom divider widget for display divider.
ContainerSadow: A container shadow widget for display container with shadow.
sh: A sh widget for sized box with height.
sw: A sw widget for sized box with width.

Installation #
Add the following line to your pubspec.yaml file:
dependencies:
custom_widgets_2: <last version>
copied to clipboard
Replace last version with the latest version of the package available on pub.dev.
Run the following command to install the package:
flutter pub get
copied to clipboard
Usage #
Import the package in your Dart code:
import 'package:custom_widgets_2/custom_widgets_2.dart';
copied to clipboard
Now, you can use the custom widgets in your Flutter app. Here's an example of how to use the CustomElevatedButton widget:
CustomElevatedButton(
onPressed: () {
// Add your button click logic here
},
child: CustomText(text:"click me"),
color: Colors.blue,
),
copied to clipboard
Refer to the documentation of each widget for detailed usage instructions and customization options.
Contributing #
Contributions to this package are welcome! If you encounter any issues or have suggestions for improvements, please feel free to open an issue or submit a pull request on GitHub.
License #
This package is licensed under the GNU GENERAL PUBLIC LICENSE.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.