morphr 0.2.1 copy "morphr: ^0.2.1" to clipboard
morphr: ^0.2.1 copied to clipboard

discontinued

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 morphr

Use 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 morphr

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

dependencies:
  morphr: ^0.2.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:morphr/morphr.dart';
2
likes
0
points
7
downloads

Publisher

verified publisherintales.it

Weekly Downloads

A bridge between Figma and Flutter. Transform your Figma designs into pixel-perfect Flutter widgets with real-time updates and zero manual coding.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

args, crypto, diff_match_patch, flutter, http, interact, morphr_figma, path, path_parsing, path_provider

More

Packages that depend on morphr