Published 2025-09-05
Klein programmatje die checked of servers online zijn.


Als je een http url opgeeft wordt gekeken of de service online is.
Als er geen http service draait doen we een ping om te zien of de server beschikbaar is.
{
"servers": [
"https://darwin3.test.huighaverlag.nl/index.html?TEST",
"https://darwin3.huighaverlag.nl/index.html?LIVE",
"http://ict/index.html?ICT",
"https://mail.huighaverlag.nl?MAIL",
"https://rocketchat.huighaverlag.nl/home?CHAT",
"http://localhost:8080?RYZEN",
"http://arveepc?ARVEEPC",
"http://tuxedo:8080?TUXEDO",
"http://laptop:8080?DELL",
"http://thorus:8080?THORUS",
"http://thomas-pc:8080?THOMAS",
"http://thomas-xps:8080?XPS"
]
}
/home/username/.local/share/flutter_darwin_servers/shared_preferences.json
/Users/username/Library/Containers/nl.arvee.flutterDarwinServers/Data/Library/Application Support/nl.arvee.flutterDarwinServers/shared_preferences.json
http dependency to dio.HHPreferences changes.path_provider and global_configuration.shared_preferences.finals due to new linter rules.