cat_detection 1.1.1 copy "cat_detection: ^1.1.1" to clipboard
cat_detection: ^1.1.1 copied to clipboard

Cat face and landmark detection using on-device TFLite models.

1.1.1 #

  • Remove unused Darwin podspecs for Dart-only iOS/macOS plugin registration.
  • Require animal_detection 1.1.1.

1.1.0 #

  • Update animal_detection -> 1.1.0
  • Update flutter_litert -> 2.5.8

1.0.13 #

  • Update flutter_litert -> 2.5.5

1.0.12 #

  • Update flutter_litert -> 2.5.4

1.0.11 #

  • Update flutter_litert to 2.5.3

1.0.10 #

  • Update flutter_litert -> 2.5.2

1.0.9 #

  • Update flutter_litert -> 2.5.0

1.0.8 #

  • Update flutter_litert -> 2.4.1

1.0.7 #

  • Update flutter_litert -> 2.4.0

1.0.6 #

  • Update flutter_litert -> 2.3.0

1.0.5 #

  • Add public CatDetector.modelVersion and CatDetector.modelVersionFor(...) APIs for downstream cache invalidation.

1.0.4 #

  • Update flutter_litert -> 2.2.0

1.0.3 #

  • Update flutter_litert -> 2.1.0

1.0.2 #

  • Update flutter_litert to 2.0.13
  • Update animal_detection to 1.0.2

1.0.1 #

  • Update flutter_litert -> 2.0.12

1.0.0 #

  • First stable release. On-device cat face detection and 48-point facial landmark prediction using TensorFlow Lite. Supports Android, iOS, macOS, Windows, and Linux with automatic hardware acceleration.

0.0.10 #

  • Update documentation

0.0.9 #

  • Update flutter_litert 2.0.8 -> 2.0.10

0.0.8 #

  • Enable auto hardware acceleration by default (XNNPACK on all native platforms, Metal GPU on iOS)
  • Update flutter_litert 2.0.6 -> 2.0.8
  • Update animal_detection 0.0.5 -> 0.0.6

0.0.7 #

  • Fix Android hang on sequential detect calls

0.0.6 #

  • Fix isolate hanging on sequential detect calls

0.0.5 #

  • Fix Windows build: rename private header include guard to avoid collision with public header

0.0.4 #

  • Fix Windows build: export CatDetectionPluginRegisterWithRegistrar symbol

0.0.3 #

  • Update animal_detection 0.0.3 -> 0.0.4

0.0.2 #

  • Add Swift Package Manager support.

0.0.1 #

  • Initial release with cat face detection and landmark prediction pipeline.