-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
33 lines (29 loc) · 774 Bytes
/
pubspec.yaml
File metadata and controls
33 lines (29 loc) · 774 Bytes
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
name: amplitude_experiment
description: "The official Amplitude Experiment Flutter SDK"
version: 0.1.0-beta.1 # x-release-please-version
homepage: "https://github.com/amplitude/experiment-flutter-client"
environment:
sdk: ^3.10.3
flutter: '>=3.3.0'
dependencies:
flutter:
sdk: flutter
plugin_platform_interface: ^2.0.2
flutter_web_plugins:
sdk: flutter
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^6.0.0
pigeon: ^26.1.7
flutter:
plugin:
platforms:
android:
package: com.amplitude.experiment.flutter
pluginClass: AmplitudeExperimentPlugin
ios:
pluginClass: AmplitudeExperimentPlugin
web:
pluginClass: ExperimentWebPlugin
fileName: src/experiment_web_plugin.dart