Aryaveer

Results 3 comments of Aryaveer

Once error builder widget is there then i am not able to do context.push or context.go only context.pushReplacement is working

Hi, Yes, you can add buttons on your overlay and launch the app’s specific section when a button is tapped. you need to use combination of package android intent plus...

Since you already have the overlay code and MethodChannel set up on the Dart side, you don’t need to call MethodCallHandlerImpl directly. Instead, just grab cached FlutterEngine and use a...