dxf 1.0.0 copy "dxf: ^1.0.0" to clipboard
dxf: ^1.0.0 copied to clipboard

outdated

DXF package for Dart developers to create, read, update and delete the data in AutoCAD DXF file - a CAD data file format developed by Autodesk.

DXF package for Dart developers #

DXF package for Dart developers to create, read, update and delete the data in AutoCAD DXF file - a CAD data file format developed by Autodesk.

Usage #

A simple usage example:

import 'package:dxf/dxf.dart';

void main() {
  var dxf = DXF.create('example/data/new.dxf');
  print('path: ${dxf.path}');
}

Features and bugs #

Please file feature requests and bugs at the issue tracker.

26
likes
0
pub points
77%
popularity

Publisher

verified publisherhumg.edu.vn

DXF package for Dart developers to create, read, update and delete the data in AutoCAD DXF file - a CAD data file format developed by Autodesk.

Repository (GitHub)
View/report issues

License

unknown (license)

More

Packages that depend on dxf