isUpToDate method

bool isUpToDate()

Implementation

bool isUpToDate() =>
    currentVersion.endsWith(version) ||
    currentVersion == 'flutter' ||
    currentVersion == 'git' ||
    currentVersion == 'local';