roomplan_flutter 0.0.2
roomplan_flutter: ^0.0.2 copied to clipboard
A Flutter plugin to use Apple's RoomPlan API.
0.0.2 #
- BREAKING: Refactored
RoomPlanScannerAPI for clarity and correctness.finishScanning()has been removed.startScanning()now returns aFuture<ScanResult?>which completes with the final scan result.- A new
stopScanning()method was added to programmatically stop the session. - The
onScanResultstream now correctly emitsScanResultobjects during the scan.
- Fixed a bug where the internal data model was incorrectly exposed.
0.0.1 #
- Initial release of the
roomplan_flutterpackage. - Support for starting and stopping a RoomPlan scan on iOS 16+.
- Provides real-time updates on room structure during a scan (
onRoomUpdate,onWallDetected, etc.). - Returns a detailed
ScanResultwith structured data for walls, doors, windows, and overall dimensions.