Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
renancaraujo committed Sep 14, 2023
1 parent f23e0fd commit f462eda
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/src/commands/create/commands/flutter_plugin_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ Usage: very_good create flutter_plugin <project-name> [arguments]
-o, --output-directory The desired output directory when creating a new project.
--description The description for this new project.
(defaults to "A Very Good Project created by Very Good CLI.")
--org-name The organization for this new project.
(defaults to "com.example.verygoodcore")
--publishable Whether the generated project is intended to be published.
--platforms The platforms supported by the plugin. By default, all platforms are enabled. Example: --platforms=android,ios
Expand Down Expand Up @@ -187,6 +189,7 @@ void main() {
vars: <String, dynamic>{
'project_name': 'my_plugin',
'description': '',
'org_name': 'com.example.verygoodcore',
'publishable': false,
'platforms': ['android', 'ios', 'windows'],
},
Expand All @@ -199,6 +202,7 @@ void main() {
vars: <String, dynamic>{
'project_name': 'my_plugin',
'description': '',
'org_name': 'com.example.verygoodcore',
'publishable': false,
'platforms': ['android', 'ios', 'windows'],
},
Expand Down

0 comments on commit f462eda

Please sign in to comment.