flutter_sfs 1.2.0
flutter_sfs: ^1.2.0 copied to clipboard
Manage responsive text sizes with defined ranges across mobile, tablet, and desktop.
Changelog #
0.0.1 #
- Manage text scaling according to screen size
- Support dynamic text font size ranges
0.1.0 #
- Fixed text font size range issues
- Added support for multiple text ranges (small, normal, title, header)
0.1.1 #
- Bug fixes and minor improvements
0.2.0 #
- Added functionality to easily define text sizes for tablet and desktop
- Example:
fontSize: 16.fs('m', t: 18, d: 22)
0.2.1 #
- Bug fixes and stability improvements
1.0.0 #
1.1.0 #
- Added responsive container helpers:
.h(height),.w(width),.r(radius) - Simplified spacing with
.wboxand.hboxutilities
1.2.0 #
- Added padding extensions:
16.p→ ScaledEdgeInsets.all()16.ph→ Scaled horizontal padding16.pv→ Scaled vertical padding
- Added configuration options:
respectSystemTextScalefor accessibility supportorientationAwarefor better dimension handling
- Code optimizations and performance improvements