flutter_scalify 1.0.0
flutter_scalify: ^1.0.0 copied to clipboard
A powerful and elegant Flutter package for responsive design. Easily scale your UI elements (text, spacing, icons, containers) across all screen sizes with simple extensions.
Changelog #
All notable changes to this project will be documented in this file.
1.0.0 2024-01-XX #
Added #
- Initial release of flutter_scalify
- Responsive extensions for text size (
.fz), spacing (.s), icons (.iz), width (.w), height (.h), radius (.r), and UI elements (.ui) - Padding shortcuts (
.p,.ph,.pv, etc.) - SizedBox shortcuts (
.sbh,.sbw) - BorderRadius shortcuts (
.br,.brt,.brb,.brl,.brr) ResponsiveProviderwidget for easy setupResponsiveHelperclass with screen type detectionAppWidthLimiterwidget for limiting app width on large screens- Support for Watch, Mobile, Tablet, Small Desktop, Desktop, and Large Desktop screen sizes
- Beautiful example app demonstrating all features
Features #
- Automatic scaling based on screen size
- Simple and intuitive API
- Lightweight and performant
- Full support for all Flutter platforms