From 434d1795855be72996a61c6bbca6ffca50ee45f0 Mon Sep 17 00:00:00 2001 From: marcoabat Date: Wed, 9 Aug 2023 17:47:34 +0200 Subject: [PATCH] added secrets.env --- pubspec.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 4342244..5ff8b90 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -68,4 +68,7 @@ flutter: # The following line ensures that the Material Icons font is # included with your application, so that you can use the icons in # the material Icons class. - uses-material-design: true \ No newline at end of file + uses-material-design: true + + assets: + - secrets.env \ No newline at end of file