forked from alexvasl/drifter_app
added x.svg for close dialogue button
This commit is contained in:
parent
834af8472a
commit
264313abfa
@ -13,4 +13,5 @@ class _SVG {
|
|||||||
const _SVG();
|
const _SVG();
|
||||||
|
|
||||||
String get drifterIcon => "assets/images/logo/drifter_logo_circle.svg";
|
String get drifterIcon => "assets/images/logo/drifter_logo_circle.svg";
|
||||||
|
String get x => "assets/images/svg/x.svg";
|
||||||
}
|
}
|
||||||
|
@ -64,6 +64,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/logo/
|
- assets/images/logo/
|
||||||
|
- assets/images/svg/
|
||||||
# - 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