updated assets path

This commit is contained in:
Rylee Davis 2023-05-12 16:22:37 -06:00
parent f6a466872f
commit 01652be658
3 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ abstract class Assets {
class _PNG { class _PNG {
const _PNG(); const _PNG();
// String get drifterIcon => "assets/images/logo/drifter_vector.png"; String get drifterPNG => "assets/images/logo/drifter_vector.png";
} }
class _SVG { class _SVG {

View File

@ -63,7 +63,7 @@ flutter:
# To add assets to your application, add an assets section, like this: # To add assets to your application, add an assets section, like this:
assets: assets:
- assets/images - assets/images/logo/
# - images/a_dot_ham.jpeg # - images/a_dot_ham.jpeg
# An image asset can refer to one or more resolution-specific "variants", see # An image asset can refer to one or more resolution-specific "variants", see