Skip to content

Not all versions of ping binary support float/double type numbers for the timeout flag #10

Closed
@danteCarvalho

Description

@danteCarvalho

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingquestionFurther information is requested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions