relative_scale 2.0.0 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';