-
Notifications
You must be signed in to change notification settings - Fork 88
/
Copy pathpubspec.yaml
40 lines (36 loc) · 935 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
38
39
40
name: amplitude_flutter
description: Official Amplitude Flutter SDK, supporting Android, iOS, macOS, and web platforms.
version: 4.3.1
homepage: https://www.amplitude.com
repository: https://github.com/amplitude/Amplitude-Flutter
environment:
sdk: ">=3.3.0 < 4.0.0"
flutter: ">=3.7.0"
dependencies:
flutter:
sdk: flutter
flutter_web_plugins:
sdk: flutter
dev_dependencies:
build_runner: ^2.3.3
flutter_lints: ^2.0.3
flutter_test:
sdk: flutter
lints: ^2.1.1
mockito: ^5.4.0
test: ^1.22.0
flutter:
plugin:
platforms:
android:
package: com.amplitude.amplitude_flutter
pluginClass: AmplitudeFlutterPlugin
ios:
pluginClass: AmplitudeFlutterPlugin
sharedDarwinSource: true
macos:
pluginClass: AmplitudeFlutterPlugin
sharedDarwinSource: true
web:
pluginClass: AmplitudeFlutterPlugin
fileName: amplitude_web.dart