buildHelp constant

String const buildHelp

Implementation

static const String buildHelp = '''
        Simulates running 'flutter pub run build_runner build' and increments the build number.
        Usage: dart run verman build
        Example: "Running 'flutter pub run build_runner build'...
        Successfully generated files and updated build number to 2."
      ''';