figma_design_scale 0.1.1 copy "figma_design_scale: ^0.1.1" to clipboard
figma_design_scale: ^0.1.1 copied to clipboard

Orientation-aware Figma-frame scaling for Flutter. Keeps layout and fonts stable across devices and rotations.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add figma_design_scale

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

dependencies:
  figma_design_scale: ^0.1.1

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:figma_design_scale/figma_design_scale.dart';
2
likes
160
points
62
downloads

Publisher

unverified uploader

Weekly Downloads

Orientation-aware Figma-frame scaling for Flutter. Keeps layout and fonts stable across devices and rotations.

Homepage
Repository (GitHub)
View/report issues

Topics

#responsive #layout #figma #scaling

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on figma_design_scale