3

I am a Native Android Developer and I was learning Dynamic Feature Module from here But I also work with flutter. So, is this feature available in flutter?

Midhilaj
  • 4,905
  • 9
  • 45
  • 88

4 Answers4

2

"UPDATE" - Flutter's Deffered-Components is meant for dynamic feature modules. It build apps that can download additional Dart code and assets at runtime.

OLD Reply - Flutter supports Android App Bundles too (just like for Android App using Java/Kotlin) as mentioned here and this Pull request. App bundles allows Dynamic feature module support, hope this helps.

Birender Singh
  • 513
  • 6
  • 16
1

It is not but flutter now has ability to add flutter to existing android app which you can use for that case, I.e build all submodule in flutter and add or load them in a native app, I hope you got an idea.

Richie
  • 570
  • 6
  • 10
1

Looks like work is being done to support Dyanmic Features in Flutter in the future. https://github.com/flutter/flutter/commit/a76bb1a08e3d22ea73a5f8005e6e46925ee938c3

As of this time, support for Dynamic Features has not been announced.

Ray Li
  • 7,601
  • 6
  • 25
  • 41
0

Maybe if a flutter functionality could be wrapped in a dynamic feature module. https://github.com/flutter/flutter/wiki/Add-Flutter-to-existing-apps

Toma Velev
  • 81
  • 1
  • 3