From 1150f5ef5be1c12160994f4c3bfc0a7f1e1684c8 Mon Sep 17 00:00:00 2001 From: Aleksandr Tcikin Date: Sun, 30 Oct 2022 12:47:16 +0300 Subject: [PATCH] Fix dependencies --- autoequal/pubspec.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/autoequal/pubspec.yaml b/autoequal/pubspec.yaml index f4598f8..0b02883 100644 --- a/autoequal/pubspec.yaml +++ b/autoequal/pubspec.yaml @@ -8,6 +8,9 @@ homepage: https://github.com/sunnydaydev/autoequal environment: sdk: ">=2.17.0 <3.0.0" +dependencies: + meta: ^1.8.0 + dev_dependencies: equatable: ^2.0.5 test: ^1.21.5