Which is better, a single flutter app or multiple flutter apps for android and iOS?

Aaric Evans
4 replies
For apps with simple requirements make a single app for multiple platforms. for apps with complex requirements, especially platform-specific requirements make multiple apps One must consider the following points if they should create single or multiple Flutter apps Code Sharing, Platform-Specific Features, Targeted User Experience, Development and Maintenance Effort, Deployment and Release Management, Backend Integration, and Data Management: if you want expert advice or want others to get your work done. you can always hire flutter developers from here: https://www.biztechcs.com/hire-f...

Replies

Samuel ‎Mi
Flutter is built to be used across multiple platforms. I'd go with native Swift and Kotlin if you decide to go with multiple apps instead. Making 2 separate Flutter apps doesn't make sense imho.
Madalina B
For me one app that can do more is more efficient, then more apps that don`t target things.
Aaric Evans
@madalina_barbu Yes but it's more about platform-specific features there are some features that are allowed in Android but not in iOS
Oxana
Worked with Flutter almost from the day one and this is was the choice as it gives power to create app for both platforms at once. Have not faced yet with the case when there is a need to crete separate apps using Flutter for iOS and Android.. any example?