liquid_go_router 0.2.0 copy "liquid_go_router: ^0.2.0" to clipboard
liquid_go_router: ^0.2.0 copied to clipboard

GoRouter screen tracking for liquid_analytics — emit a liquid `screen` event on every route change, by route name or by matched path.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add liquid_go_router

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  liquid_go_router: ^0.2.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:liquid_go_router/liquid_go_router.dart';
0
likes
160
points
72
downloads

Documentation

API reference

Publisher

verified publisherketok.id

Weekly Downloads

GoRouter screen tracking for liquid_analytics — emit a liquid `screen` event on every route change, by route name or by matched path.

Homepage
Repository (GitHub)
View/report issues
Contributing

Topics

#analytics #flutter #go-router #navigation

License

MIT (license)

Dependencies

flutter, go_router, liquid_analytics, meta

More

Packages that depend on liquid_go_router