Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add implements to pubspecs
  • Loading branch information
stuartmorgan-g committed Jun 8, 2022
commit 63d73660361076e65596ffc63dbb3ac2ebc43320
1 change: 1 addition & 0 deletions packages/camera/camera_android/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ environment:

flutter:
plugin:
implements: camera
platforms:
android:
package: io.flutter.plugins.camera
Expand Down
1 change: 1 addition & 0 deletions packages/camera/camera_avfoundation/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ environment:

flutter:
plugin:
implements: camera
platforms:
ios:
pluginClass: CameraPlugin
Expand Down