platformCheckHelp constant

String const platformCheckHelp

Implementation

static const String platformCheckHelp = '''
        Compares the pubspec.yaml version against Android and iOS version files.
        Usage: dart run verman check-platforms
        Example output:
        Checking platform files against pubspec version: 1.0.0+1...
        Android (android/app/build.gradle) version: 1.0.0 (1) - ✅ In Sync
        iOS (ios/Runner/Info.plist) version: 1.0.0 (1) - ✅ In Sync
      ''';