very_good_cli
very_good_cli copied to clipboard
feat: use swift for ios on flutter_plugin
Description very_good create flutter_plugin ios is oc,how to create swift for ios?
Expected Behavior ios plugin use swift
hi @Adherentman 👋 currently the flutter_plugin template uses Objective-C, thanks for bringing this up, we'll update this issue when we migrate to Swift, for now it's not supported 👍
Now I refer to flutter's swift plugin to manually configure,Thanks
@Adherentman I don't think I understand correctly, you want to use Swift with the default flutter plugin template? I suggest you take a look at the official docs if that's your question
Details on what should be done:
The template resides on very_good_flutter_plugin, so the platform implementation for macos and ios should be changed there.
Then, after a new version of the very_good_flutter_plugin brick is released and published to brickhub, one has to trigger the "update_templates" workflow to bundle these updates on very good cli.