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.

example/dxf_example.dart

import 'package:dxf/dxf.dart';

void main() {
  var dxf = DXF.create('example/data/new.dxf');
  print('path: ${dxf.path}');
}
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