when I used Intent to navigate to a new activity in kotlin, the new activity did not display anything
I'm new to app development. I was doing this project using android studio. the project utilize flutter as main display. However, there is a function that requires me to use kotlin. I used the method channel to set up a communication line between flutter and kotlin, then I try using Intent to open a new activity to display a page. but the new page did not display anything.
here are my code below.
MethodChannel(flutterEngine.dartExecutor.binaryMessenger, CHANNEL).setMethodCallHandler {...