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 66273ee commit 4062477Copy full SHA for 4062477
pkgs/data_assets/lib/src/data_assets/config.dart
@@ -31,7 +31,7 @@ extension BuildOutputBuilderAddDataAssetsDirectories on BuildOutputBuilder {
31
}) async {
32
String assetName(Uri assetUri) => assetUri
33
.toFilePath(windows: false)
34
- .substring(input.packageRoot.toFilePath().length);
+ .substring(input.packageRoot.toFilePath(windows: false).length);
35
36
void addAsset(File file) {
37
assets.data.add(
0 commit comments