Relative Content

Tag Archive for flutterflutter-method-channelflutter-platform-channel

How do you intiiate communication from Native with flutter platform channels

For our flutter to native communication, we are using platform channels as documented by google. We created a plugin package from the template and modifying it for our needs. Now there are some instances where the communication has to be invoked from the native layer. For example, image finished uploading and we need to send that back to flutter side.

How do you intiiate communication from Native with flutter platform channels

For our flutter to native communication, we are using platform channels as documented by google. We created a plugin package from the template and modifying it for our needs. Now there are some instances where the communication has to be invoked from the native layer. For example, image finished uploading and we need to send that back to flutter side.