relative_scale 1.0.5 copy "relative_scale: ^1.0.5" to clipboard
relative_scale: ^1.0.5 copied to clipboard

outdated

RelativeScaler is a simple and custom sizing system for flutter widgets to achieve the same physical sizes across different devices.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add relative_scale

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  relative_scale: ^1.0.5

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:relative_scale/relative_scale.dart';
65
likes
0
pub points
82%
popularity

Publisher

verified publisherxamantra.dev

RelativeScaler is a simple and custom sizing system for flutter widgets to achieve the same physical sizes across different devices.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on relative_scale