relative_scale 1.0.7
relative_scale: ^1.0.7 copied to clipboard
RelativeScale 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_scaleThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
relative_scale: ^1.0.7Alternatively, 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';