native icon indicating copy to clipboard operation
native copied to clipboard

[native_assets_cli] `HookConfig` should have a `targetIosVersion`

Open dcharkes opened this issue 9 months ago • 1 comments

Context:

  • https://github.com/flutter/flutter/issues/148044

This would enable build and link hooks to fail if they cannot produce native code assets with that iOS SDK version.

Standalone Dart packages do not specify a minimum iOS version unlike Flutter plugins. Instead the flow with standalone packages with native assets is to get the ios target version as config value from the Flutter tools invocation.

dcharkes avatar May 09 '24 09:05 dcharkes