Closed
Description
When i try yo run this on ubuntu 20.04
var ping = Ping(ip, count: 5);
ping.stream.listen((event) {
print(event);
});
the print(event); is never called
[✓] Flutter (Channel beta, 2.2.0-10.1.pre, on Linux, locale en_US.UTF-8)
• Flutter version 2.2.0-10.1.pre at /home/dante/a/flutter
• Framework revision 0941968447 (6 days ago), 2021-04-15 12:01:02 -0700
• Engine revision d2a2e93510
• Dart version 2.13.0 (build 2.13.0-211.6.beta)
[✓] Linux toolchain - develop for Linux desktop
• clang version 10.0.0-4ubuntu1
• cmake version 3.16.3
• ninja version 1.10.0
• pkg-config version 0.29.1