size_configurator 0.0.1
size_configurator: ^0.0.1 copied to clipboard
A Flutter package for responsive UI design with dynamic screen scaling.
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:
- Add the dependency in your
pubspec.yaml:
dependencies:
size_configurator:
git:
url: https://github.com/your-username/size_configurator.git