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.