custom_styles_package 0.0.4
custom_styles_package: ^0.0.4 copied to clipboard
A Custom Styles Flutter package containing reusable and customizable UI components for custom styling 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
β¨ Getting started #
- Initialize config in main.dart for setting up your theme.
- CustomStylesConfig.init(primary: Colors.black,);
- Then you can now use the following widgets as per your convinience
- CustomButton
- CustomText.appbarText, CustomText.heading, CustomText.bodyText1, and more
- CustomRichText
- CustomTextField
- Also You can use custom prints and custom logs
- customPrint
- customLogs