opensight_analytics

Last updated:

0 purchases

opensight_analytics Image
opensight_analytics Images
Add to Cart

Description:

opensight analytics

Opensight for Flutter #

Quickstart #
Move the generated config file from the Opensight Dashboard into the root folder of your app. Then add this code snipped to your app.
void main() {
WidgetsFlutterBinding.ensureInitialized();
OpensightAnalytics().initApp({
"url": "http://example.host",
"app_id": "application_id",
"name": "name of your app",
"token": "your_application_token",
"package_name": "io.app"
});
runApp(ExampleApp());
}
...
copied to clipboard
and now your app is connected with the opensight service.
Getting Started #
Documentation comming soon ->
To get started with Opensight please, follow the instructions on http://opensight.io/docs
issues or feedback #
Please file specific issues, bugs, or feature requests in our issue tracker

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.