You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @santoshgistto -- Is the issue that you're pointing out that the accessibility features aren't working in the final screen of that video? I'm just making sure I understand correctly
@ericwindmill Yes in the case of multiple flutter fragment
val engine = if (i == 0) topBindings.engine else bottomBindings.engine
FlutterEngineCache.getInstance().put(engineId.toString(), engine)
val flutterFragment = FlutterFragment.withCachedEngine(engineId.toString()).build<FlutterFragment>()
fragmentManager.beginTransaction().add(containerId, flutterFragment).commit()
Source : https://github.com/flutter/samples/tree/main/add_to_app/multiple_flutters
Screen_recording_20241021_134329.mp4
The text was updated successfully, but these errors were encountered: