Size Configurator

A Flutter package for responsive UI design. It provides utilities to scale UI components like text, images, and containers based on screen size and orientation.

Features

  • Responsive Scaling: Scales text, images, and other UI components proportionally based on screen size and orientation.
  • Supports Different Orientations: Automatically adjusts for both portrait and landscape modes.
  • Platform-Specific Adjustments: Tweaks screen width for Android and iOS devices for better responsiveness.

Getting Started

To start using the size_configurator package in your Flutter project:

  1. Add the dependency in your pubspec.yaml:
dependencies:
  size_configurator:
    git:
      url: https://github.com/your-username/size_configurator.git

Libraries

size_configurator
Size Configurator