fake_analytics

A powerful talkingdata analytics plugin for Flutter.


Keywords
analytics, flutter
License
Apache-2.0

Documentation

fake_analytics

Build Status Codecov GitHub Tag Pub Package License

flutter版talkingdata移动统计SDK

fake 系列 libraries

docs

android

# 不需要做任何额外接入工作
# 混淆已打入 Library,随 Library 引用,自动添加到 apk 打包混淆

ios

# 不需要做任何额外接入工作

flutter

  • snapshot
dependencies:
  fake_analytics:
    git:
      url: https://github.com/v7lin/fake_analytics.git
  • release
dependencies:
  fake_analytics: ^${latestTag}
  • example

示例

Getting Started

This project is a starting point for a Flutter plug-in package, a specialized package that includes platform-specific implementation code for Android and/or iOS.

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.