瀏覽代碼

[mob] Deprecate methods

laurenspriem 1 年之前
父節點
當前提交
624a06c3f8
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      mobile/lib/services/machine_learning/face_ml/face_detection/detection.dart

+ 1 - 0
mobile/lib/services/machine_learning/face_ml/face_detection/detection.dart

@@ -16,6 +16,7 @@ abstract class Detection {
   String toString();
   String toString();
 }
 }
 
 
+@Deprecated('Old method only used in other deprecated methods')
 extension BBoxExtension on List<double> {
 extension BBoxExtension on List<double> {
   void roundBoxToDouble() {
   void roundBoxToDouble() {
     final widthRounded = (this[2] - this[0]).roundToDouble();
     final widthRounded = (this[2] - this[0]).roundToDouble();