design_sync 1.0.1 design_sync: ^1.0.1 copied to clipboard
Figma to Flutter responsive layouts. Automatically adapt widths, heights, fonts, and radii for pixel-perfect designs across all devices.
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.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:design_sync/design_sync.dart';