Method: FlutterRb::PluginPubspecCheck#description

Defined in:
lib/flutter_rb/checks/plugin_pubspec_check.rb

#descriptionString

Returns the description of the check. The description explains what the check is validating.

Returns:

  • (String)

    the description of the check



31
32
33
# File 'lib/flutter_rb/checks/plugin_pubspec_check.rb', line 31

def description
  "Validate Flutter plugin's #{pubspec_parameter} in pubspec.yaml"
end