🏁 Track pages
Automatic page tracking is not available for Flutter due to platform limitations. We highly encourage you to still track pages with the following helper method.
Track a page
Gleap.trackPage(pageName: "HomePage");
You will be able to use the tracked pages as triggers in outbound messages as well as breadcrumbs for debugging.