liquid_analytics_ui 0.2.0 copy "liquid_analytics_ui: ^0.2.0" to clipboard
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. LiquidGoRouterObserver and LiquidGoRouterBinding are no longer exported from this package, and go_router is no longer a dependency — the consent banner and inspector no longer drag it in.

    Migration: add liquid_go_router: ^0.2.0 and change the import to package: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_ui is already taken on pub.dev.
0
likes
160
points
136
downloads

Documentation

API reference

Publisher

verified publisherketok.id

Weekly Downloads

DX widgets for liquid_analytics — consent banner kit and in-app event inspector.

Homepage
Repository (GitHub)
View/report issues
Contributing

Topics

#analytics #flutter #consent #ui

License

MIT (license)

Dependencies

flutter, liquid_analytics, meta

More

Packages that depend on liquid_analytics_ui