flutter_avo_inspector 1.1.2 copy "flutter_avo_inspector: ^1.1.2" to clipboard
flutter_avo_inspector: ^1.1.2 copied to clipboard

Avo Inspector for Dart. Find out what's wrong with your data. The first step to better analytics governance is knowing what's wrong with your data today.

Flutter Avo Inspector #

GitHub code size GitHub followers GitHub contributors Linkedin LinkedIn GitHub GitHub

flutter_avo_inspector allows you to integration Flutter with Native Avo Inspector Native SDK.

Setting things up #

First of all, if you don't have one already, you must have an apiKey.

  1. Get your apiKey
  2. 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

Official Documentation #

Android #

For more information you can see full setup from Avo Inspector Android. Please follow instruction for installation.

iOS #

For more information you can see full setup from Avo Inspector iOS

Getting involved #

First of all, thank you for even considering to get involved. You are a real super ⭐ and we ❤️ 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. 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.

0
likes
110
pub points
63%
popularity

Publisher

verified publishersolusibejo.com

Avo Inspector for Dart. Find out what's wrong with your data. The first step to better analytics governance is knowing what's wrong with your data today.

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (LICENSE)

Dependencies

flutter, flutter_web_plugins, http, plugin_platform_interface, shared_preferences, uuid

More

Packages that depend on flutter_avo_inspector