Flutter tracker v0.7.1 released!

We are pleased to announce the 0.7.1 release of the Flutter tracker!

This patch release removes the requirement for the user to provide an ID for ScreenView events.

In ScreenView events (for mobile), the ID is a UUID that represents that specific loading of that screen. This ID was mistakenly set as a required argument for ScreenViews. The tracker will generate an ID by itself, although this can still be overriden by providing an ID as argument.

Bug fixes

  • Automatically generate ID for ScreenViews (#55)

Links

2 Likes