Multiple Event Channels in Flutter

Atif Qamar
Dec 24, 2023

In this blog, we will learn how to create and listen to multiple events in Flutter. If you don’t know about event channels in Flutter then check the blog.

First, we will create multiple events.

Flutter

We have created two events with the names “timeHandlerEvent” and “countHandlerEvent

Android

IOS

Listening events in Flutter from the native (Android and IOS)

Full code main.dart - Flutter

Full code MainActivity.kt — Android

Full code AppDelegate.swift — IOS

Output :

Complete Code: https://github.com/geek-atif/MultipleEventChannel

If you have any questions or suggestions, please leave them in the comments.

Available on Linkedin, Github, and Instagram

--

--