From e5f248302f7472705a48b61663db8364c1831664 Mon Sep 17 00:00:00 2001 From: alestiago Date: Mon, 28 Feb 2022 17:26:46 +0000 Subject: [PATCH] chore: included equatable dependency --- pubspec.lock | 7 +++++++ pubspec.yaml | 1 + 2 files changed, 8 insertions(+) diff --git a/pubspec.lock b/pubspec.lock index 86f1fbe5..4fee199a 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -113,6 +113,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "0.4.1" + equatable: + dependency: "direct main" + description: + name: equatable + url: "https://pub.dartlang.org" + source: hosted + version: "2.0.3" fake_async: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index f703cd22..84ae31c4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -8,6 +8,7 @@ environment: dependencies: bloc: ^8.0.2 + equatable: ^2.0.3 flame: ^1.0.0 flame_forge2d: ^0.8.3 flutter: