Thanks to visit codestin.com Credit goes to github.com
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 a42bd0d commit 8a98f42Copy full SHA for 8a98f42
lib/const/images_const.dart
@@ -22,7 +22,7 @@ class ImagePath {
22
23
class MainImagePath {
24
static const String image_path = "assets/images/main";
25
- static const String image_app = "$image_path/ic_launcher.png";
+ static const String image_app = "assets/images/media/ic_launcher.png";
26
static const String image_header = "$image_path/pic04.png";
27
static const String image_sign_up = "$image_path/pic03.png";
28
static const String image_walk_through = "$image_path/pic01.png";
0 commit comments