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.
Currently analytics_debugger just have three methods, show, hide, and send.
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.
To hide toggleable UI in your app just call AnalyticsDebugger.hide
once.
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.
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.
First of all, thank you for even considering to get involved. You are a real super ⭐ and we ❤️ you!
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.
We're happy to discuss and talk about ideas in the repository discussions and/or post your question to StackOverflow.