From 7f197b2fbb0a55c18dfc2e66662109bb4cac41b7 Mon Sep 17 00:00:00 2001 From: arturplaczek Date: Wed, 27 Apr 2022 11:38:41 +0200 Subject: [PATCH] chore: import app_ui --- pubspec.lock | 7 +++++++ pubspec.yaml | 2 ++ 2 files changed, 9 insertions(+) diff --git a/pubspec.lock b/pubspec.lock index 1a502f37..812c6ec0 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -15,6 +15,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "2.8.0" + app_ui: + dependency: "direct main" + description: + path: "packages/app_ui" + relative: true + source: path + version: "1.0.0+1" args: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index f17ea07a..9993d0aa 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -7,6 +7,8 @@ environment: sdk: ">=2.16.0 <3.0.0" dependencies: + app_ui: + path: packages/app_ui bloc: ^8.0.2 cloud_firestore: ^3.1.10 equatable: ^2.0.3