feat: improve test variable names (#14)
This commit is contained in:
parent
a0f5f62cd7
commit
616b737d95
@ -96,6 +96,10 @@ void main() async {
|
||||
'MyPlugin',
|
||||
'{{#pascalCase}}{{project_name}}{{/pascalCase}}',
|
||||
)
|
||||
.replaceAll(
|
||||
'myPlugin',
|
||||
'{{#camelCase}}{{project_name}}{{/camelCase}}',
|
||||
)
|
||||
.replaceAll(
|
||||
'A very good Flutter federated plugin',
|
||||
'{{{description}}}',
|
||||
|
Reference in New Issue
Block a user