From 3206d81244105a85688c463ab88850cc91185771 Mon Sep 17 00:00:00 2001 From: Oleksandr Leuschenko Date: Thu, 22 Oct 2020 14:23:19 +0300 Subject: [PATCH] Update pubspec to new plugin format --- pubspec.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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