feat: added maths local dependency

pull/14/head
RuiAlonso 4 years ago
parent 4e2f56a70c
commit 09464347ef

@ -261,6 +261,13 @@ packages:
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "0.1.3" 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: meta:
dependency: transitive dependency: transitive
description: description:

@ -18,6 +18,8 @@ dependencies:
flutter_localizations: flutter_localizations:
sdk: flutter sdk: flutter
intl: ^0.17.0 intl: ^0.17.0
maths:
path: packages/maths
dev_dependencies: dev_dependencies:
bloc_test: ^9.0.2 bloc_test: ^9.0.2

Loading…
Cancel
Save