You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current plugin offers a similar function through the named_with_parent option, but I find it somewhat lacking. In my opinion, it would be good to provide a feature that allows for the specification of a certain path and filename, and then generates it as a separate dart file.
The current plugin offers a similar function through the named_with_parent option, but I find it somewhat lacking. In my opinion, it would be good to provide a feature that allows for the specification of a certain path and filename, and then generates it as a separate dart file.
path: /assets/fonts/a_font
name: a_font
=> a_fonts.dart
path: /assets/fonts/b_font
name: b_font
=> b_fonts.dart
path: /assets/images
name: images
=> images.dart
The text was updated successfully, but these errors were encountered: