flexi_scale 1.1.0
flexi_scale: ^1.1.0 copied to clipboard
A fully customizable, orientation-aware responsive scaling package for Flutter apps. Works automatically across phones, tablets, desktops, foldables, and watches.
π Flexi Scale #
A fully customizable, orientation-aware responsive scaling utility for Flutter apps.
It automatically adapts your UI to mobile, tablet, desktop, foldable, and watch β
so you never have to manually adjust width, height, font, or radius again! π―
π Features #
β
Auto-detects device type (watch / phone / tablet / desktop)
β
Automatically selects best baseline per device
β
Scales width, height, font, and radius proportionally
β
Orientation-aware (portrait / landscape)
β
No configuration needed β works with ResponsiveSize.instance.init(context)
β
Pure Dart, lightweight, zero dependencies
β
Supports Flutter Web, Android, iOS, macOS, Windows, Linux
π§© Installation #
Add dependency in your projectβs pubspec.yaml:
dependencies:
flexi_scale: ^1.0.0