From 09464347ef2af67d9676e95a67f04096e83227d1 Mon Sep 17 00:00:00 2001 From: RuiAlonso Date: Mon, 7 Mar 2022 12:49:16 +0100 Subject: [PATCH] feat: added maths local dependency --- pubspec.lock | 7 +++++++ pubspec.yaml | 2 ++ 2 files changed, 9 insertions(+) diff --git a/pubspec.lock b/pubspec.lock index e218776d..db3b239a 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -261,6 +261,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "0.1.3" + maths: + dependency: "direct main" + description: + path: "/Users/ruialonso/dev/flutter/googleIO22/pinball/packages/maths" + relative: false + source: path + version: "1.0.0+1" meta: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 5d708073..7b9c9c19 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -18,6 +18,8 @@ dependencies: flutter_localizations: sdk: flutter intl: ^0.17.0 + maths: + path: packages/maths dev_dependencies: bloc_test: ^9.0.2