Deferred components - Android Dynamic Feature in Flutter

HI,

Is it possible to implement Dynamic feature module using deferred component implementation. As per the document Deferred Components · flutter/flutter Wiki · GitHub the feature is in preview/experimental which is published on 2021.

Our aim is to build flutter app where module/package developed can be loaded only on demand. Please suggest right way to do this.