flutter_yandex_appmetric 0.0.1+2 copy "flutter_yandex_appmetric: ^0.0.1+2" to clipboard
flutter_yandex_appmetric: ^0.0.1+2 copied to clipboard

discontinued

Flutter plugin for Yandex AppMetric

flutter_yandex_appmetric #

A new flutter plugin project.

Getting Started #

To use this plugin, add flutter_yandex_appmetric as a dependency in your pubspec.yaml file.

Usage #


  void initState() {
    super.initState();
    FlutterYandexAppmetric.init(apiKey: 'appKey');
  }


  void onTap() {
      FlutterYandexAppmetric.reportCustomEvent(eventName: 'button_tap');
  }
0
likes
20
pub points
0%
popularity

Publisher

unverified uploader

Flutter plugin for Yandex AppMetric

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_yandex_appmetric