Using the youtube_player_ iframe library I was able to capture some video status data (playing, paused, with/without audio) for xAPI statemetns, but from external buttons, not from the player itself.

Video player
Code:
  Widget oneVideo(BuildContext context, double heigth, double width) {
    return SingleChildScrollView(
        child: Column(
      children: [
        SizedBox(
...