Hello!
So for those new to this subject , I'm talking about a comparison between a framework to design applications made by Google (Flutter) and the Native way to design and make an application (Android Native) also by Google.
I want to leave a room for discussion but here's something to start with :
And remember , all functionalities / languages / frameworks are good and designed for certain applications and certain teams, so please consider that before judging, thank you!
So for those new to this subject , I'm talking about a comparison between a framework to design applications made by Google (Flutter) and the Native way to design and make an application (Android Native) also by Google.
I want to leave a room for discussion but here's something to start with :
- Flutter is UI intensive and is cross platform (unlike other frameworks like react js , it actually compiles the elements into their respective material of that platform (android , iOS , web js)
- Native is android focused and gives the option to use Material components or not
- Native takes more time to develop however it offers a wide variety of libraries for intensive applications (VR/AR / AI)
- Flutter takes considerably lesser time , but it's still kind of immature and the community still has room to grow
And remember , all functionalities / languages / frameworks are good and designed for certain applications and certain teams, so please consider that before judging, thank you!