flutter_avo_inspector
allows you to integration Flutter with Native Avo Inspector Native SDK.
First of all, if you don't have one already, you must have an apiKey
.
- Get your apiKey
- You need to call initialization in the first of all, for example in main.dart
await AvoInspector.initialize(
apiKey: avoApiKey,
env: 'development',
);
- Don't forget to replace [avoApiKey] with your apiKey
For more information you can see full setup from Avo Inspector Android. Please follow instruction for installation.
For more information you can see full setup from Avo Inspector iOS
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. Feel free to open a thread if you are having any questions on how to use either the Facebook SDK as a reporting tool itself or even on how to use this plugin.