For example, when something could easily just be a PWA, then maybe you don’t even need an app. Another example is an app that is heavily dependent on some SDK feature (I remember using a lot of useful extension apps for Android — those would be very hard to impossible to do in Flutter). Even just a very Map-centric app (think Uber/Lyft), while very much possible, might be a better fit for native development. After all, you’re giving a huge part of the screen to a native SDK view, which seems a little backwards use case for Flutter. Those are just examples, and it will always depend on team / app / scenario. Hope this helps. Cheers!