custom_styles_package 0.0.4 copy "custom_styles_package: ^0.0.4" to clipboard
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

Contributors #

16
likes
0
points
258
downloads

Publisher

verified publishermanishtalreja.in

Weekly Downloads

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. The best part of the package is that you can completely customize each and every part of widget in config for setting globally and in individual widgets as well.

Homepage

License

unknown (license)

Dependencies

cached_network_image, flutter, flutter_screenutil

More

Packages that depend on custom_styles_package