Add graph view dependency

This commit is contained in:
hunteraraujo
2023-09-10 13:50:29 -07:00
parent 6ee25868a8
commit bea78c50e6
2 changed files with 9 additions and 0 deletions

View File

@@ -104,6 +104,14 @@ packages:
description: flutter
source: sdk
version: "0.0.0"
graphview:
dependency: "direct main"
description:
name: graphview
sha256: bdba183583b23c30c71edea09ad5f0beef612572d3e39e855467a925bd08392f
url: "https://pub.dev"
source: hosted
version: "1.2.0"
highlight:
dependency: transitive
description:

View File

@@ -39,6 +39,7 @@ dependencies:
provider: ^6.0.5
http: ^1.1.0
shared_preferences: ^2.2.1
graphview: ^1.2.0
dev_dependencies:
flutter_test: