We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eae6c30 commit 9a38a7bCopy full SHA for 9a38a7b
lib/src/features/editor/presentation/pages/result_controls_page.dart
@@ -415,7 +415,7 @@ class _ResultControlsPageState extends State<ResultControlsPage> {
415
final fileToShare = await playgroundProvider.genereSharedActiveProject(
416
widget.code, _outputs, _includedFiles);
417
418
- if (Platform.isWindows) {
+ if (Platform.isWindows || Platform.isMacOS || Platform.isLinux) {
419
String? outputFile = await FilePicker.platform.saveFile(
420
dialogTitle: 'Please select an output file:',
421
fileName: fileName("${fileToShare.path}.zip"),
0 commit comments