ultralytics / yolo-flutter-app

A Flutter plugin for Ultralytics YOLO computer vision models
https://ultralytics.com
GNU Affero General Public License v3.0
36 stars 14 forks source link

Fix bug in JSON type cast #19

Closed vominhmanh closed 1 month ago

vominhmanh commented 2 months ago

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

🎯 Purpose & Impact

github-actions[bot] commented 2 months ago

CLA Assistant Lite bot All Contributors have signed the CLA. βœ…

vominhmanh commented 2 months ago

I have read the CLA Document and I sign the CLA

glenn-jocher commented 1 month ago

@vominhmanh PR merged! Thank you for your contributions and please let us know if you spot any other issues :)