opensight_analytics 0.1.0 copy "opensight_analytics: ^0.1.0" to clipboard
opensight_analytics: ^0.1.0 copied to clipboard

PlatformAndroidiOS
outdated

Simply get to know your Users, without compromising their privacy. Opensight Analytics SDK implementation for Flutter.

Opensight for Flutter #

codecov analytics_sdk_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());
}
...

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

2
likes
130
pub points
0%
popularity

Publisher

verified publisheropensight.io

Simply get to know your Users, without compromising their privacy. Opensight Analytics SDK implementation for Flutter.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

flutter, flutter_isolate, http, opensight_core, shared_preferences, uuid

More

Packages that depend on opensight_analytics