scale 0.0.6 copy "scale: ^0.0.6" to clipboard
scale: ^0.0.6 copied to clipboard

A flutter package to help you scale your design on all screens sizes to achieve the same design look.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add scale

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

dependencies:
  scale: ^0.0.6

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:scale/scale.dart';
14
likes
150
points
44
downloads

Publisher

verified publisherakdebuging.com

Weekly Downloads

A flutter package to help you scale your design on all screens sizes to achieve the same design look.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on scale