dxf 1.0.1+1 copy "dxf: ^1.0.1+1" to clipboard
dxf: ^1.0.1+1 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 launchTime = DateTime.now();
  DXF.load('example/data/r18.dxf').then((DXF dxf) {
    dxf.save(newPath: 'example/data/r18s.dxf');
    print(DateTime.now().difference(launchTime));
  });
}

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