From b60fbceecea74f07f91886d295175b19294c9cd7 Mon Sep 17 00:00:00 2001 From: Thomas Fransolet Date: Mon, 28 Dec 2020 16:54:30 +0100 Subject: [PATCH] update assets in pubspec --- pubspec.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 3a7fce7..5fabeef 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -45,10 +45,11 @@ 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/icons/ + - assets/images/ + - assets/animations/ + - assets/files/ # An image asset can refer to one or more resolution-specific "variants", see # https://flutter.dev/assets-and-images/#resolution-aware.