Skip to content

Commit

Permalink
Set PURO_FLUTTER_BIN Path
Browse files Browse the repository at this point in the history
  • Loading branch information
rehlma committed Oct 7, 2024
1 parent 9e8fd93 commit 94a8942
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/puro_sidekick_plugin.dart
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ void initializePuro(SdkInitializerContext context) {

// Create symlink to puro flutter sdk
final flutterPath = puroFlutterSdkPath();
dcli.env['PURO_FLUTTER_BIN'] = flutterPath;
print('Use Puro Flutter SDK: $flutterPath');
createSymlink(symlinkPath, flutterPath);
}
Expand Down

0 comments on commit 94a8942

Please sign in to comment.