diff --git a/pubspec.yaml b/pubspec.yaml index 2cb9e69..87948d3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -6,6 +6,7 @@ homepage: https://github.com/olexale/arkit_flutter_plugin environment: sdk: ">=2.7.0 <3.0.0" + flutter: ">=1.12.0 <2.0.0" dependencies: flutter: @@ -23,4 +24,6 @@ dev_dependencies: flutter: plugin: - pluginClass: ArkitPlugin + platforms: + ios: + pluginClass: ArkitPlugin