Analytics Debugger

GitHub code size GitHub followers GitHub contributors Linkedin LinkedIn GitHub GitHub

analytics_debugger allows you to create togglable UI to show list of background events, useful to check analytics events tracker, network, or anything in debug builds.

Documentation

Flutter

Currently analytics_debugger just have three methods, show, hide, and send.

Show

To show toggleable UI in your app just call AnalyticsDebugger.show once. Then, your Toggleable UI will show in bottom right of your device screen. You can choose two different layout bubble or bar.

Hide

To hide toggleable UI in your app just call AnalyticsDebugger.hide once.

Send

To send anything values to toggleable UI in your app just call AnalyticsDebugger.send. Value will identified automatically by time. Every value must have a name with optional params. We can send anything value in Map to our toggleable UI.

Android

Android Analytics Debugger

For Android, in show method we can configure isSystemWide true or false. The debugger view will become a system-wide overlay. Might be useful if you want to see events while your app is in background. But, you need enable Draw over other apps in Settings -> Apps -> Your App.

iOS

IOS Analytics Debugger

Getting involved

First of all, thank you for even considering to get involved. You are a real super :star: and we :heart: you!

Reporting bugs and issues

Use the configured Github issue report template when reporting an issue. Make sure to state your observations and expectations as objectively and informative as possible so that we can understand your need and be able to troubleshoot.

Discussions and ideas

We're happy to discuss and talk about ideas in the repository discussions and/or post your question to StackOverflow.