liquid_analytics_ui 0.2.0
liquid_analytics_ui: ^0.2.0 copied to clipboard
DX widgets for liquid_analytics — consent banner kit and in-app event inspector.
Changelog #
0.2.0 #
-
BREAKING — GoRouter helpers moved to
liquid_go_router.LiquidGoRouterObserverandLiquidGoRouterBindingare no longer exported from this package, andgo_routeris no longer a dependency — the consent banner and inspector no longer drag it in.Migration: add
liquid_go_router: ^0.2.0and change the import topackage:liquid_go_router/liquid_go_router.dart. The classes are unchanged. -
Requires
liquid_analytics^0.2.0.
0.1.1 #
- Now requires
liquid_analytics^0.1.1, which fixes two correctness bugs in the core: consent is re-checked when the delivery queue drains (a revoked grant could previously still ship queued events, even after a restart), and event order is preserved when middleware is asynchronous. - Add an
example/with the consent banner, inspector and screen tracking.
0.1.0 #
- Initial release of
liquid_analytics_ui(consent widgets, inspector, GoRouter helpers). - Published under this name because
liquid_uiis already taken on pub.dev.