-
-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug Fixes] #45 | Map dynamic and string convertion issue for iOS fixed #47
Conversation
All Contributors have signed the CLA. ✅ |
recheck |
I have read the CLA Document and I sign the CLA |
@glenn-jocher Can you assist on approving this PR? |
Thank you for your contribution! Before we proceed with the approval, could you please ensure that the issue is reproducible with the latest versions of the packages? This helps us confirm that the fix addresses the current state of the codebase. Once verified, we can move forward with the review process. Thanks again for your efforts and for being a part of the YOLO community! 😊 |
@glenn-jocher This issue is already created and discussed in details here : Issue #45 |
@XeroDays thank you! Introducing some additional Swift formatting here now, then I think we can merge this. |
Issue : #45
This issue was due to the type error, i just changed the
string, dynamic
todynamic, dynamic
and it works now.I have read the CLA Document and I sign the CLA
🛠️ PR Summary
Made with ❤️ by Ultralytics Actions
🌟 Summary
This PR primarily involves minor code and formatting refinements for better readability and minor bug fixes in the
ultralytics/yolo-flutter-app
repository.📊 Key Changes
🎯 Purpose & Impact
🛠️ PR Summary
Made with ❤️ by Ultralytics Actions
🌟 Summary
Minor code enhancements for better type casting and formatting in the YOLO Flutter app.
📊 Key Changes
ultralytics_yolo_platform_channel.dart
file.🎯 Purpose & Impact