Closed vominhmanh closed 6 months ago
CLA Assistant Lite bot All Contributors have signed the CLA. β
I have read the CLA Document and I sign the CLA
@vominhmanh PR merged! Thank you for your contributions and please let us know if you spot any other issues :)
This exception occurs in type cast when casting json.
Unhandled Exception: type '_Map<Object?, Object?>' is not a subtype of type 'Map<String, dynamic>?'
π οΈ PR Summary
Made with β€οΈ by Ultralytics Actions
π Summary
Improved data parsing in the YOLO Flutter app for better performance and reliability.
π Key Changes
ClassificationResult
objects by directly casting JSON maps, removing intermediate steps.π― Purpose & Impact