Flutter. Why are there no libraries (pods) in iOS target (extension)? #142136

16 Views Asked by At

Problem with flutter when trying to use target

Steps to reproduce

  1. I am adding a new target - AutoFill Credential Provider: enter image description here
  2. I do everything as written here - https://docs.flutter.dev/platform-integration/ios/app-extensions
  3. In the settings "passwords" in the simulator choose my application: enter image description here
  4. On some site I try to enter a password and click on "passwords": enter image description here

Expected results I expect that when I open the app through the "passwords" then I will see my app fully working, but only through extension. For example a simple screen with login:

enter image description here

Actual results But I get it wrong. I use Firebase, and so I understand that this extension (target) does not see my packages that I added to pubspec.yaml, or does not see pods pods: enter image description here

0

There are 0 best solutions below