python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Flutter: It's possible to send data from Android module to Flutter project via MethodChannel without close Activity(Still in Android Activity)?
I have screens.
StoryScreen (from Flutter)
MainActivity (from Android Activity, extend to FlutterActivity)
MainUnityActivity (from Android Activity, extend to AppCompatActivity)
The actually screen ...
R Rifa Fauzi Komara
Votes: 0
Answers: 1
How to send asyncronous response when calling MethodChannel?
Flutter official documentation says we can't use EventChannel for both-direction communication between Flutter and Native code, only on listening events from Native.
So the MethodChannel is the only r...
empiresdev
Votes: 0
Answers: 0
How to call a Flutter function from native implementation of Work manager in android?
Have a look at the images. I'm trying to implement the android work manager natively via the method channel. Now, if we start the work manager, I need to call a method on the Flutter side.
I can't fin...

Abdullah Riaz
Votes: 0
Answers: 1
How to pass method into another class in flutter
I tried to create a task app using flutter, So I created a text field in DialogBox and my aim is when I add some text into the text field and when I clicked the OK button, I need to show that text in ...
Madusha Chamal
Votes: 0
Answers: 1