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 ce6ac18 commit 5ee6749Copy full SHA for 5ee6749
pkgs/native_assets_builder/test/helpers.dart
@@ -297,12 +297,7 @@ dependency_overrides:
297
}
298
299
300
- final modifiedString = sourceString
301
- .replaceAll(
302
- 'path: ../../',
303
- 'path: ${pkgNativeAssetsBuilderUri.toFilePath().unescape()}',
304
- )
305
- .replaceAll('resolution: workspace', '');
+ final modifiedString = sourceString.replaceAll('resolution: workspace', '');
306
await File.fromUri(
307
targetFileUri,
308
).writeAsString(modifiedString, flush: true);
0 commit comments