Skip to content

Commit

Permalink
Run puro flutter version after install
Browse files Browse the repository at this point in the history
  • Loading branch information
rehlma committed Jun 12, 2024
1 parent 6dc6a6d commit 9c97375
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tool/install.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import 'package:puro_sidekick_plugin/puro_sidekick_plugin.dart';
import 'package:sidekick_core/sidekick_core.dart' hide cliName, mainProject, repository;
import 'package:sidekick_core/sidekick_core.dart';
import 'package:sidekick_plugin_installer/sidekick_plugin_installer.dart';
Expand Down Expand Up @@ -56,6 +57,7 @@ Future<void> main() async {
}

print(green('Successfully installed sidekick Puro plugin'));
flutter(['--version']);
print('\nUsage: You can now execute the commands:\n'
'- ${package.cliName} flutter\n'
'- ${package.cliName} dart\n'
Expand Down

0 comments on commit 9c97375

Please sign in to comment.