Should I make my Flutter app look like native or hybrid?

I’m making a Flutter app but it seems so tedious to implement Material and Cupertino widgets together, like different widgets for the AppBar, NavigationBar, etc.
And I see apps like Facebook, Instagram, etc. has almost the same UI for both iOS and Android and it doesn’t look native.
What should I do?

For your own sanity & to focus on what makes you passionate about your project, I highly recommend not focusing on making everything feel 100% native. Save those little nuances for when your app/project is successful or when you want to polish it, my 2 cents :slight_smile: