Let's say I have an app that is both native android and ios. If I want to change one of the features using flutter, can I write with flutter only once for both android and ios?
The current method: add-to-app, I think only works for one app, either ios or android.