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 3a75712 commit 96fbf7fCopy full SHA for 96fbf7f
lib/src/generators/assets_generator.dart
@@ -197,7 +197,8 @@ String _dotDelimiterStyleDefinition(
197
} else {
198
final className = '\$${assetType.path.camelCase().capitalize()}Gen';
199
buffer.writeln(_directoryClassGenDefinition(className, statements));
200
- // Add this directory reference to Assets class if we are not under the default asset folder
+ // Add this directory reference to Assets class
201
+ // if we are not under the default asset folder
202
if (dirname(assetType.path) == '.') {
203
assetsStaticStatements.add(_Statement(
204
type: className,
0 commit comments