From 8d6d7a1da19e691ce0b643b4136d946931a93b46 Mon Sep 17 00:00:00 2001 From: omagdy7 Date: Mon, 20 Nov 2023 19:06:30 +0200 Subject: Added signup page and added logo asset and added simple home page --- pubspec.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'pubspec.yaml') diff --git a/pubspec.yaml b/pubspec.yaml index dc78338..47fa101 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -60,9 +60,8 @@ flutter: uses-material-design: true # To add assets to your application, add an assets section, like this: - # assets: - # - images/a_dot_burr.jpeg - # - images/a_dot_ham.jpeg + assets: + - assets/logo.png # An image asset can refer to one or more resolution-specific "variants", see # https://flutter.dev/assets-and-images/#resolution-aware -- cgit v1.2.3