-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpubspec.yaml
More file actions
37 lines (33 loc) · 1.07 KB
/
pubspec.yaml
File metadata and controls
37 lines (33 loc) · 1.07 KB
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: countly_flutter
description: Countly is an innovative, real-time, open source mobile analytics and push notifications platform.
version: 26.1.0
homepage: https://support.count.ly/hc/en-us/articles/360037944212
repository: https://github.com/Countly/countly-sdk-flutter-bridge
issue_tracker: https://github.com/Countly/countly-sdk-flutter-bridge/issues
documentation: https://support.count.ly/hc/en-us/articles/360037944212
platforms:
android:
ios:
environment:
sdk: ">=2.12.0 <4.0.0"
flutter: ">=2.0.0"
dependencies:
flutter:
sdk: flutter
flutter_plugin_android_lifecycle: ^2.0.2
flutter_web_plugins:
sdk: flutter
pedantic: ^1.11.0
dev_dependencies:
flutter_lints: ^2.0.1
flutter:
plugin:
platforms:
android:
package: ly.count.dart.countly_flutter
pluginClass: CountlyFlutterPlugin
ios:
pluginClass: CountlyFlutterPlugin
web:
pluginClass: CountlyFlutterPlugin
fileName: src/web/countly_flutter_plugin.dart