bool isVersionGreaterThanOrEqual(String other) { // print('Compareeeeeee'); // print('Comparing $this with $other'); return compareVersions(this, other) >= 0; }