Introduction
A 100% dart library for reading and writing STL files, a 3D file format widely used in 3D printing.
Features
The initial release only supports reading and writing ASCII STL files. Binary support will be added in a future release.
Getting started
This package requires the vector_math package. Install it first.
$ flutter pub add vector_math