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

RelativeScale is a simple 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: ^2.0.0

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
130
pub points
83%
popularity

Publisher

verified publisherxamantra.dev

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

GPL-3.0 (LICENSE)

Dependencies

flutter

More

Packages that depend on relative_scale