forked from la-haus/flutter-segment
-
Notifications
You must be signed in to change notification settings - Fork 4
/
pubspec.yaml
35 lines (31 loc) · 861 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
name: flutter_segment
description: Flutter implementation of Segment Analytics for iOS, Android and Web
version: 3.11.0
homepage: https://lahaus.com
repository: https://github.com/la-haus/flutter-library-segment
issue_tracker: https://github.com/la-haus/flutter-library-segment/issues
documentation: https://github.com/la-haus/flutter-library-segment#readme
environment:
sdk: '>=2.12.0 <3.0.0'
flutter: ">=1.12.13+hotfix.4"
dependencies:
flutter:
sdk: flutter
flutter_web_plugins:
sdk: flutter
meta: ^1.3.0
dev_dependencies:
flutter_test:
sdk: flutter
lint: 1.6.0
flutter:
plugin:
platforms:
android:
package: com.example.flutter_segment
pluginClass: FlutterSegmentPlugin
ios:
pluginClass: FlutterSegmentPlugin
web:
pluginClass: SegmentWeb
fileName: segment_web.dart