showAddCommand static method

Future<void> showAddCommand()

Implementation

static Future<void> showAddCommand() async {
  Console.writeLine(dcli.green('👾 Available Add commands:'));
  Console.writeLine(dcli.green('🔹 ${Constants.kAddCommand} < package > - Adds package to pubspec.'));
  Console.writeLine(dcli.green('🔹 ${Constants.kAddCommand} < ${Constants.kNativeSplashArgument} > - '
      'Adds package flutter_native_splash to pubspec and creates a yaml template.'));
}