From 36ef18a4f7fe8871b69d02f33b70f2a72a34ac70 Mon Sep 17 00:00:00 2001 From: "k.mannweiler" <2012491@stud.hs-mannheim.de> Date: Fri, 3 Mar 2023 12:51:14 +0100 Subject: [PATCH] Added charts --- pubspec.lock | 21 +++++++++++++++++++++ pubspec.yaml | 1 + 2 files changed, 22 insertions(+) diff --git a/pubspec.lock b/pubspec.lock index 98b299a..c3f17f4 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -205,6 +205,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "4.0.2" + intl: + dependency: transitive + description: + name: intl + url: "https://pub.dartlang.org" + source: hosted + version: "0.18.0" js: dependency: transitive description: @@ -441,6 +448,20 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "1.1.1" + syncfusion_flutter_charts: + dependency: "direct main" + description: + name: syncfusion_flutter_charts + url: "https://pub.dartlang.org" + source: hosted + version: "20.4.52" + syncfusion_flutter_core: + dependency: transitive + description: + name: syncfusion_flutter_core + url: "https://pub.dartlang.org" + source: hosted + version: "20.4.52" synchronized: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 473cf66..b3efde8 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -42,6 +42,7 @@ dependencies: mobile_scanner: ^3.0.0 flutter_local_notifications: ^13.0.0 http: ^0.13.5 + syncfusion_flutter_charts: ^20.4.52 # The following adds the Cupertino Icons font to your application. # Use with the CupertinoIcons class for iOS style icons.