-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I can't ping servers that have a port other than 25565 #10
Comments
You're using the function incorrectly. The dart_minecraft/lib/src/ping/server_ping_io.dart Lines 32 to 33 in 54542c2
|
are you able to help me how to get this feature to work properly? because some servers actually only display, but most are not displayed. |
I'm not sure what you're asking exactly. I have told you exactly how to use the |
When I run this function, I get an error saying 'ServerStatus' not found Building with Flutter multidex support enabled. this is my full code: |
You still haven't fixed the actual issue you had with the fix I told you, by passing the int as a separate parameter to the All of the questions so far have been normal Dart questions that seem to arise because of unfamiliarity with the language, so I'd recommend asking on a dedicated Dart help forum about these questions. |
can you add support for bedrock edition servers? |
Hello, I noticed that only the server with port 25565 is displayed. If the server has a different port, it is not displayed.
below my code:
https://pastebin.com/Ne5igc2m
The text was updated successfully, but these errors were encountered: