flurry

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

flurry

flurry #
A Flutter plugin to use Flurry Analytics. This plugin logs sessions, crash detections, simple event logging, UserId.
Getting Started #
This is a Flutter plugin to use Flurry Analytics. It implements native calls to Flurry Android SDK and Flurry iOS SDK. The plugin logs sessions, crash detections, simple event logging, and UserId.
Installation #
Add flurry: ^0.0.5 in your pubspec.yaml dependencies.
How to use #
importing the library:
import 'package:flurry/flurry.dart';
copied to clipboard
initialization:
await Flurry.initialize(androidKey: "xxx", iosKey: "xxx", enableLog: true);
copied to clipboard
logging/setting userId:
Flurry.setUserId("1234");
copied to clipboard
logging event:
Flurry.logEvent("event name");
copied to clipboard

License

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

Files:

Customer Reviews

There are no reviews.