infinity_model 0.0.3 copy "infinity_model: ^0.0.3" to clipboard
infinity_model: ^0.0.3 copied to clipboard

A Flutter package for visualizing and manipulating multi-dimensional datasets, developed in collaboration with Infinity Modeling Labs.

0.0.2 #

  • The update has a new UnlimitedInfinityModelDraggable widget that will now enable roration of the models, dataset in all directions

0.0.3 #

  • The update has a new parameterlabel in the Line3D model. It can now be used as follows:

    Line3D(
          vector.Vector3(0, 0, 0),
          basePoints[0], // (size, 0, 0) - the "+1" vertex on X-axis
          color: Colors.purple,
          width: 3.0,
          label: 'infinity',
        )
    
2
likes
150
points
7
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter package for visualizing and manipulating multi-dimensional datasets, developed in collaboration with Infinity Modeling Labs.

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

collection, flutter, stack_trace, vector_math

More

Packages that depend on infinity_model