Skip to content

Commit

Permalink
Replace deprecated plugin declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimdron committed Oct 8, 2020
1 parent 5d569a4 commit 547769d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,17 @@ homepage: https://github.com/appspector/flutter-plugin

environment:
sdk: ">=2.3.1 <3.0.0"
flutter: ">=1.22.0 <2.0.0"

dependencies:
flutter:
sdk: flutter

flutter:
plugin:
androidPackage: com.appspector.flutter
pluginClass: AppSpectorPlugin
platforms:
android:
package: com.appspector.flutter
pluginClass: AppSpectorPlugin
ios:
pluginClass: AppSpectorPlugin

0 comments on commit 547769d

Please sign in to comment.