morphr 0.3.0
morphr: ^0.3.0 copied to clipboard
A bridge between Figma and Flutter. Transform your Figma designs into pixel-perfect Flutter widgets with real-time updates and zero manual coding.
Use this package as an executable
Install it
You can install the package from the command line:
dart pub global activate morphrUse it
The package has the following executables:
$ morphr
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add morphrThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
morphr: ^0.3.0Alternatively, 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:morphr/morphr.dart';