DEV Community

Discussion on: Flutter approach in micro-frontend

Collapse
 
hrushiz profile image
Hrushikesh Zadgaonkar

Hi Taweechai,

Thank you for the great article.

I am a beginner in Flutter and looking for a code solution on how you achieved the micro frontend using Flutter. Can you share some code samples for this?

Regards,
Hrushikesh

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?