🌟 Flexi Scale

pub package Flutter Platform License: MIT

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.