From 22d26cb8a02f89397759dbe1cfc8a32d9ec41806 Mon Sep 17 00:00:00 2001 From: Ellet Date: Wed, 29 May 2024 21:44:38 +0300 Subject: [PATCH] chore: add a comment about yaml and yaml_edit dev packages that they are only used by the scripts --- pubspec.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pubspec.yaml b/pubspec.yaml index 577adde8..f25d46b1 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -70,7 +70,10 @@ dev_dependencies: sdk: flutter flutter_quill_test: ^9.3.4 test: ^1.24.3 + + # Both yaml_edit and yaml are only used for the scripts yaml_edit: ^2.2.1 + yaml: ^3.1.2 flutter: uses-material-design: true