Class: FlutterRb::PluginPubspecNameCheck
Overview
Check Flutter plugin name in podspec file. Exists or not
Constant Summary
Constants inherited
from Check
Check::UNIMPLEMENTED_ERROR
Instance Method Summary
collapse
#name, #summary
Methods inherited from Check
#name, #summary
Instance Method Details
#description ⇒ String
33
34
35
|
# File 'lib/flutter_rb/checks/plugin_pubspec_check.rb', line 33
def description
'Check plugin name in pubspec file'
end
|
#pubspec_parameter ⇒ String
28
29
30
|
# File 'lib/flutter_rb/checks/plugin_pubspec_check.rb', line 28
def pubspec_parameter
'name'
end
|