We have customers that are using the plist bundled with the framework they create to define where the Flutter assets will be. But our embedding logic currently only checks the root bundle.
We can fix this in a non-breaking way by checking the framework info.plist first, and then checking the root bundle info.plist if the framework one doesn't have it.