Skip to content

Commit 2ef663d

Browse files
committed
update yaml
1 parent f621143 commit 2ef663d

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

pubspec.yaml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ homepage: http://www.easemob.com/product/im
55

66
environment:
77
sdk: '>=2.12.0 <3.0.0'
8+
flutter: ">=2.0.0"
89

910
dependencies:
1011
flutter:
@@ -27,8 +28,13 @@ flutter:
2728

2829

2930
plugin:
30-
androidPackage: com.easemob.im_flutter_sdk
31-
pluginClass: ImFlutterSdkPlugin
31+
platforms:
32+
android:
33+
package: com.easemob.im_flutter_sdk
34+
pluginClass: ImFlutterSdkPlugin
35+
ios:
36+
pluginClass: ImFlutterSdkPlugin
37+
3238

3339

3440
# To add assets to your plugin package, add an assets section, like this:

0 commit comments

Comments
 (0)