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 02d9710 commit 9d8b188Copy full SHA for 9d8b188
lib/src/flutterflow_api_client.dart
@@ -111,7 +111,7 @@ Future<String?> exportCode({
111
}
112
113
var fileName = projectFolder.first.name;
114
- folderName = fileName.substring(0, fileName.indexOf('/'));
+ folderName = fileName.substring(0, fileName.indexOf(Platform.pathSeparator));
115
116
final postCodeGenerationFutures = <Future>[
117
if (fix)
0 commit comments