Skip to content

Commit

Permalink
Print context
Browse files Browse the repository at this point in the history
  • Loading branch information
rehlma committed Jul 16, 2024
1 parent 1ad7eaa commit 209da57
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/puro_sidekick_plugin.dart
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ export 'package:puro_sidekick_plugin/src/flutter_sdk.dart'
export 'package:puro_sidekick_plugin/src/puro.dart';

void initializePuro(SdkInitializerContext context) {
print('Initialize Puro with SDK Context: $context');

// Create folder for flutter sdk symlink
final symlinkPath = flutterSdkSymlink();

Expand Down

0 comments on commit 209da57

Please sign in to comment.