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 ac8ae40 commit c52e451Copy full SHA for c52e451
packages/core/lib/generators/assets_generator.dart
@@ -425,7 +425,7 @@ class _Statement {
425
final bool isConstConstructor;
426
final bool needDartDoc;
427
428
- String toDartDocString() => '/// File path: $filePath';
+ String toDartDocString() => '/// File path: ${posixStyle(filePath)}';
429
430
String toGetterString() =>
431
'$type get $name => ${isConstConstructor ? 'const' : ''} $value;';
0 commit comments