adobe_xd 0.1.4-dev copy "adobe_xd: ^0.1.4-dev" to clipboard
adobe_xd: ^0.1.4-dev copied to clipboard

outdated

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.

example/lib/main.dart

import 'package:example/Home.dart';
import 'package:flutter/material.dart';

void main() {
  runApp(MyApp());
}

class MyApp extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'XD to Flutter example',
      theme: ThemeData(
        visualDensity: VisualDensity.adaptivePlatformDensity,
      ),
      home: Home(), // Home is an artboard exported from Adobe XD
    );
  }
}
343
likes
0
pub points
93%
popularity

Publisher

verified publisheradobe.com

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.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, flutter_svg

More

Packages that depend on adobe_xd