Skip to content

Commit

Permalink
Update pubspec to new plugin format
Browse files Browse the repository at this point in the history
  • Loading branch information
olexale committed Oct 22, 2020
1 parent b9b2783 commit 3206d81
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -23,4 +24,6 @@ dev_dependencies:

flutter:
plugin:
pluginClass: ArkitPlugin
platforms:
ios:
pluginClass: ArkitPlugin

0 comments on commit 3206d81

Please sign in to comment.