DEV Community

Discussion on: Flutter approach in micro-frontend

Collapse
 
netfirms profile image
Taweechai Maklay

Hi
Google just officially announced add-to-app feature, I recommend you to use that way instead.
flutter.dev/docs/development/add-t...

Collapse
 
hrushiz profile image
Hrushikesh Zadgaonkar

Thanks!

Using this approach, we can add small flutter modules in the existing app. I am not sure how this can satisfy the micro-front end principle concept which says to have different release cycles and deploy any module anytime. What are your thoughts? Is this Google implementation really a micro-front end concept?