Flutter +EventBus realizes udp instant communication

1. Domain name resolution

2. UDP initialization

 3. Message monitoring and distributing messages through EventBus

4. Send data 

5. Close udp 

Through the above steps, UDP message sending and receiving is basically realized; 

Guess you like

Origin blog.csdn.net/qq_27981847/article/details/132401951