app_style 0.0.5
app_style: ^0.0.5 copied to clipboard
A Flutter package providing predefined text app_style, border radius utilities, media query helpers, and padding constants for a consistent and reusable UI design.
Changelog #
All notable changes to this project will be documented in this file.
0.0.3 #
July 15, 2025 #
- Refactored
AppTxtStylestoAppTextStyleswith SOLID naming and logical groupings. - Improved
MediaQuerySizetoMediaQuerySizeHelperwith context-safe responsive methods. - Updated
BorderRadiusStylewith reusable named methods:all,top,bottom, etc. - Renamed
PaddingConstanttoPaddingConstantsand separated fixed vs responsive spacing. - Added full usage example in
example/lib/main.dart.
0.0.1 #
Initial Release #
- Added predefined TextStyles for various text sizes and weights.
- Included BorderRadiusStyle for consistent rounded corners.
- Implemented MediaQuerySize helpers for screen width and height.
- Provided PaddingConstant for uniform spacing.
- Exported all styles in a single package for easy integration.