custom_styles_package 0.0.1
custom_styles_package: ^0.0.1 copied to clipboard
A Flutter package containing reusable and customizable UI components like CustomText, CustomImage, CustomTextField, CustomButton, and more with global styling support.
custom_styles_package #
A Flutter package that offers a set of reusable, customizable UI widgets including CustomText, CustomButton, CustomTextField, CustomImage, and CustomRichText, all built with responsive design in mind. It also includes a global style configuration utility for consistency across projects.
✨ Features #
- 📦 Pre-built reusable widgets
- 🧩 Global styling using
CustomStylesConfig - 🎨 Consistent theming with minimal setup
- 📱 Responsive sizing via
flutter_screenutil - 🛠 Easily extensible for future UI components
📦 Installation #
Add this to your pubspec.yaml:
dependencies:
custom_styles_package:
git:
url: custom_styles_package: any