forked from alexvasl/drifter_app
updated assets path
This commit is contained in:
parent
f6a466872f
commit
01652be658
0
lib/pages/animated_widgets/rotate_icon.dart
Normal file
0
lib/pages/animated_widgets/rotate_icon.dart
Normal 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 {
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user