design_sync 1.0.0 copy "design_sync: ^1.0.0" to clipboard
design_sync: ^1.0.0 copied to clipboard

A Flutter utility for creating pixel-perfect, responsive layouts by adapting dimensions from Figma designs to various device screen sizes. Easily scale widths, heights, font sizes, and radii to mainta [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add design_sync

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

dependencies:
  design_sync: ^1.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:design_sync/design_sync.dart';
1
likes
150
points
18
downloads

Publisher

verified publisherdipendrasharma.com

Weekly Downloads

A Flutter utility for creating pixel-perfect, responsive layouts by adapting dimensions from Figma designs to various device screen sizes. Easily scale widths, heights, font sizes, and radii to maintain design fidelity across devices.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on design_sync