appxiom_flutter library

Classes

Ax
Main entry point for the Appxiom Flutter plugin.
AxApp
Convenience launcher to run the app with AxWidget and error zone.
AxHttp
Simple HTTP Interceptor to track API calls made without AxClient
AxHttpClient
A wrapper around http.Client that automatically tracks requests
AxIsolate
AxWidget
Composite widget that combines error reporting and button tracking AxWidget = App eXperience Widget

Functions

axDebugPrint(String message) → void
Custom debugPrint function that uses flutter/foundation.debugPrint and records the message as an activity marker.
axLog(String message, {DateTime? time, int? sequenceNumber, int level = 0, String name = '', Zone? zone, Object? error, StackTrace? stackTrace}) → void
Custom log function that mirrors dart:developer.log and also records the message as an activity marker in the Appxiom dashboard.
axPrint(Object? object) → void
Custom print function that outputs to the console in debug mode and records the message as an activity marker.