lib_npaw_plugin_flutter 1.1.6 copy "lib_npaw_plugin_flutter: ^1.1.6" to clipboard
lib_npaw_plugin_flutter: ^1.1.6 copied to clipboard

A Flutter adapter for the NPAW's Youbora Lib.

CHANGELOG #

1.1.6 - 2025-06-04 #

Added #

  • Fixed an issue where calling setLiveMonitor would still apply setVodMonitor instead

CHANGELOG #

1.1.5 - 2025-05-23 #

Added #

  • Fixed issue detecting isLive

1.1.4 - 2025-05-21 #

Added #

  • Fixed issue with autodetect background option in Android.

1.1.3 - 2025-05-19 #

Added #

  • Add autodetect background option.

1.1.2 - 2025-04-15 #

Fixed #

  • Fix fireInit being sent late.
  • Provide a way of disabling Playhead Seek monitor on LIVE.

1.1.1 - 2025-03-16 #

Fixed #

  • Fix compatibility issues with android flutter video_player 2.8.1.

1.1.0 - 2023-11-14 #

Added #

  • Send messageDescription in the fireError() method.
  • customEvent() method in the AppAnalytics module.
  • customVideoEvent() method in the VideoAnalytics module.

Removed #

  • Remove fireFatalError().

1.0.10 - 2023-09-23 #

Fixed #

  • Previous version.

1.0.9 - 2023-09-21 #

Fixed #

  • Remove setting empty string as contentTitle by default.

1.0.8 - 2023-09-06 #

Fixed #

  • Set empty string as contentTitle by default.
  • Set fixed video_player version to 2.6.1.

1.0.7 - 2023-09-06 #

Fixed #

  • Fix null error when closing the player by checking if the controller is null and cancelling the Timer in the disposeAdapter() method.
  • Android version name reporting.

Updated #

  • Android youboralib to version 6.8.22.

1.0.6 - 2023-08-16 #

Added #

  • Support for playerVersion and playerName.

Updated #

  • README.md documentation accordingly.

1.0.5 - 2023-08-08 #

Updated #

  • Update README.md file to add the correct repository.

1.0.4 - 2023-07-26 #

Updated #

  • Update library dependence.

1.0.3 - 2023-07-25 #

Updated #

  • Update library dependence.

1.0.2 - 2023-07-24 #

Updated #

  • Update library dependence.

1.0.1 - 2023-07-07 #

Updated #

  • Update README.md to fix a documentation error.

1.0.0 - 2023-07-05 #

Added #

  • Feature to set the Log Level.
  • Some more options.
  • fireFatalError() method.

0.0.3 - 2023-07-04 #

Added #

  • Module VideoAnalytics and its documentation.

0.0.2 - 2023-06-27 #

Added #

  • Support for custom dimensions from 1 to 20.

0.0.1 - 2023-06-21 #

Added #

  • First release with the modules: Options and AppAnalytucs.