Join our upcoming webinar on June 5, 2025 (Thursday). Register now!

Skip to main content

Screens in Flutter apps

  • Before you begin, make sure that Apptics is integrated. Refer to the integration guide.
  • Use the method provided to track screen navigation for your flutter apps.
Copiedimport 'package:apptics_flutter/apptics_flutter.dart';

//Call when the screen appears
AppticsFlutter.instance.screenAttached("screenName”);

//Call when the screen disappears
AppticsFlutter.instance.screenDetached("screenName”)