adobe_xd 2.0.1 adobe_xd: ^2.0.1 copied to clipboard
Generate code for building apps with Flutter based on your designs in Adobe XD with the “XD to Flutter” plugin. This package contains helper widgets used by the plugin.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add adobe_xd
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
adobe_xd: ^2.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:adobe_xd/adobe_xd.dart';