flutter_pcd_view 0.1.1
flutter_pcd_view: ^0.1.1 copied to clipboard
Flutter plugin for viewing PCD point clouds with Rust parsing and native Android/iOS rendering.
Changelog #
0.1.1 #
- Remove the unused root
flutter_hooksdependency; the example keeps its own direct dependency. - Keep pub.dev repository metadata available for package scoring.
0.1.0 #
- Prepare the package for the first public pub.dev release.
- Add Android OpenGL ES and iOS Metal native texture rendering.
- Add
PcdView.fromFileandPcdView.fromPointsas the primary viewer API. - Export the main viewer API from
package:flutter_pcd_view/flutter_pcd_view.dart. - Automatically initialize the Rust parser when loading files through
PcdView. - Add loading and preparing states for the default viewer.
- Add configurable point size, colors, axes, grid, native render scale, point budget, deduplication, voxel sampling, outlier removal, and point connectivity options.
- Update the example app with file selection, bundled sample files, renderer settings, and viewer controls.