gracewmuinamo schrieb am 09.09.2021 18:07
Developers write just one codebase for your 2 apps – covering both Android and iOS platforms. Flutter doesn’t depend on the platform, because it has its own widgets and designs. This means that you have the same app on two platforms. Yet what’s important is that, if you want to differentiate your apps – it’s possible.
|
It is easier to test the same app on 2 different platforms.The Quality Assurance process can be faster.The codebase is the only one that allows you to use it native android vs flutter
https://surf.dev/flutter-vs-native/.Developers write only one automatic test. Plus,Quality AssuranceSpecialists have less work because there is only one app they need to test. However, it is important to test your apps on both platforms if they have differences.