π 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
Libraries
- flexi_scale
- Flexi Scale A fully responsive scaling library for Flutter that automatically adjusts width, height, font size, radius, and spacing based on screen dimensions and safe areas.