Definitely Flutter. https://flutter.dev
1. Take care to ensure that you follow platform guidelines
2. Ensure that the view and controller are not tightly coupled
3. Ensure that whatever libraries you want to use have support for all platforms you want to support
4. Pray that you don't need something very platform specific (or need to use Bluetooth, which I am told is a huge pain)