v0.2.0 - feat: release YOLO26 models (#432)
🌟 Summary (single-line synopsis)
v0.2.0 ships YOLO26 model support + clearer “download models from release assets” guidance, and adds new performance/control knobs like numItemsThreshold and explicit predictor pre-initialization 🚀📦
📊 Key Changes
- YOLO26 models released (docs + release assets references) 📦🆕
- Documentation and changelog now point users to GitHub release assets for downloading YOLO26 (
yolo26*) alongside YOLO11 models (CoreML.mlpackage+ TFLite.tflite) 🔗 - Reinforces that models are not bundled inside the Flutter plugin/app by default (download separately) 🧭
- Documentation and changelog now point users to GitHub release assets for downloading YOLO26 (
- Plugin version bumped to
0.2.0🏷️pubspec.yamlupdated from0.1.46→0.2.0
- New
numItemsThresholdsupport across the standalone class (Flutter + Android + iOS) 🎛️