is only work dev -> production not working!!!
Future<String> getVersion() async { final res = await getRelease(); if (res == null) return ''; return res.version; }