Skip to content

Commit

Permalink
fix(secure_storage): add missing macOS plugin (#5372)
Browse files Browse the repository at this point in the history
fix(secure_storage): add missing macos plugin

it's fixing #5361
  • Loading branch information
MarlonJD authored and Jordan-Nelson committed Aug 27, 2024
1 parent d3ae986 commit e4f3bb7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/secure_storage/amplify_secure_storage/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ flutter:
pluginClass: AmplifySecureStoragePlugin
ios:
pluginClass: AmplifySecureStoragePlugin
macos:
pluginClass: AmplifySecureStoragePlugin
windows:
dartPluginClass: AmplifySecureStorageDart
linux:
Expand Down

0 comments on commit e4f3bb7

Please sign in to comment.