More reliable playback metrics in the BetterPlayer Flutter Data SDK
The FastPix Data SDK for BetterPlayer (Flutter) reaches 1.0.0, with more reliable playback-position and metric reporting.
What’s new:
-
Finer-grained position tracking: a new position poller and a periodic 10-second pulse timer make metric reporting more reliable during playback.
-
Updated observer and state handling: refactored to the updated
PlayerObserverinterface, with more robust player state transitions and a newLibraryInfosent alongside analytics. -
Simpler custom-data API (breaking):
setCustomDatanow accepts a singleCustomDataobject instead of aList<CustomData>. Update calls that passed a list to pass one object. -
Fixes and dependencies: the Android
GeneratedPluginRegistrantnow includesSqflitePlugin, andfastpix_flutter_core_datawas bumped to^2.0.0.