Karandeep singh

Results 35 comments of Karandeep singh

Do you have any projected timelines for this?

Any update here? Any idea why MDX models are not able to utilise the GPU?

@Insha-Siddiquii Can you try this? ``` class CustomFlutterActivity : FlutterActivity() { override fun onCreate(savedInstanceState: Bundle?, persistentState: PersistableBundle?) { val deferredComponentManager = PlayStoreDeferredComponentManager(applicationContext, null) FlutterInjector.setInstance( FlutterInjector.Builder() .setDeferredComponentManager(deferredComponentManager) .build() ) // Instantiate...

@Insha-Siddiquii Please look at this branch, https://github.com/kdcyberdude/flutter_featureapp_deferredcomponent/tree/fix/deferred_component_loading_manually_using_deferredComponentManager and let me know your thoughts?

@SelvamDev @HloChandran You need to make sure you are loading all the required components in onCreate method - ``` override fun onCreate(savedInstanceState: Bundle?, persistentState: PersistableBundle?) { val deferredComponentManager = PlayStoreDeferredComponentManager(applicationContext,...

@xster I am facing this issue, `DeferredLoadException `: `Deferred loading unit is from a different program than the main loading unit` I have just split the flutter code into multiple...

Any update on this?