mediapipe_core is designed to be a shared dependency of all other MediaPipe packages (mediapipe_text, mediapipe_vision, and mediapipe_audio). It contains:
Shared header files from google/mediapipe and their Dart complements
These include Category, TaskOptions, BaseOptions, and ClassificationResult.
Shared ffigen output which will be imported by the other packages
Description
Adds the
mediapipe_core
package.mediapipe_core
is designed to be a shared dependency of all other MediaPipe packages (mediapipe_text
,mediapipe_vision
, andmediapipe_audio
). It contains:google/mediapipe
and their Dart complementsCategory
,TaskOptions
,BaseOptions
, andClassificationResult
.ffigen
output which will be imported by the other packagesTODOs: