forked from PostHog/posthog-flutter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
34 lines (29 loc) · 804 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
name: posthog_flutter
description: Flutter implementation of Posthog client for iOS, Android and Web
version: 2.0.2
homepage: https://www.posthog.com
repository: https://github.com/posthog/posthog-flutter
issue_tracker: https://github.com/posthog/posthog-flutter/issues
documentation: https://github.com/posthog/posthog-flutter#readme
environment:
sdk: '>=2.12.0 <3.0.0'
flutter: '>=1.10.0'
dependencies:
flutter:
sdk: flutter
flutter_web_plugins:
sdk: flutter
dev_dependencies:
flutter_test:
sdk: flutter
flutter:
plugin:
platforms:
android:
package: com.posthog.posthog_flutter
pluginClass: PosthogFlutterPlugin
ios:
pluginClass: PosthogFlutterPlugin
web:
pluginClass: PosthogWeb
fileName: src/posthog_web.dart