From 498b1d76b310bc47d6577028caf8928ef72cb84d Mon Sep 17 00:00:00 2001 From: Markin Igor <markin.io210@gmail.com> Date: Fri, 2 Aug 2019 14:17:45 +0500 Subject: [PATCH] Update image path for icons --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 34c820b..aafcccd 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -38,7 +38,7 @@ dev_dependencies: flutter_icons: android: true ios: true - image_path: "assets/images/vereign_icon.png" + image_path: "assets/images/vereign_logo.png" # For information on the generic Dart part of this file, see the -- GitLab