forked from mixpanel/mixpanel-flutter
-
Notifications
You must be signed in to change notification settings - Fork 1
/
pubspec.yaml
37 lines (32 loc) · 908 Bytes
/
pubspec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
name: mixpanel_flutter
description: Official Flutter Tracking SDK for Mixpanel Analytics developed and maintained by Mixpanel, Inc.
version: 2.3.1
homepage: https://mixpanel.com
repository: https://github.com/mixpanel/mixpanel-flutter
issue_tracker: https://github.com/mixpanel/mixpanel-flutter/issues
documentation: https://developer.mixpanel.com/docs/flutter
environment:
sdk: '>=2.12.0 <4.0.0'
flutter: ">=1.20.0"
dependencies:
flutter:
sdk: flutter
flutter_web_plugins:
sdk: flutter
js: ">=0.6.0 <0.8.0"
dev_dependencies:
flutter_test:
sdk: flutter
flutter:
assets:
- assets/mixpanel.js
plugin:
platforms:
android:
package: com.mixpanel.mixpanel_flutter
pluginClass: MixpanelFlutterPlugin
ios:
pluginClass: MixpanelFlutterPlugin
web:
pluginClass: MixpanelFlutterPlugin
fileName: mixpanel_flutter_web.dart