From ed43579c8c8d11efeef36f0163a08907900e1635 Mon Sep 17 00:00:00 2001 From: yaso-meth Date: Tue, 20 Aug 2024 16:49:57 +0200 Subject: [PATCH] add pdf theme editor --- Frontend/patient_manager/pubspec.lock | 6 +++--- Frontend/patient_manager/pubspec.yaml | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Frontend/patient_manager/pubspec.lock b/Frontend/patient_manager/pubspec.lock index 4e8f099f..40931b52 100644 --- a/Frontend/patient_manager/pubspec.lock +++ b/Frontend/patient_manager/pubspec.lock @@ -950,13 +950,13 @@ packages: source: hosted version: "0.6.0" syncfusion_flutter_core: - dependency: transitive + dependency: "direct main" description: name: syncfusion_flutter_core - sha256: "963e414e06abe520c9d0e039738bc6cbcf8eabf8c5964eb2181a76da1274a942" + sha256: ca34210d70dd7ecb77489c21c8131a7f5546dea47780cd5f510326348091cb42 url: "https://pub.dev" source: hosted - version: "26.1.39" + version: "26.2.10" syncfusion_flutter_pdf: dependency: transitive description: diff --git a/Frontend/patient_manager/pubspec.yaml b/Frontend/patient_manager/pubspec.yaml index caeff7e2..1e2444e0 100644 --- a/Frontend/patient_manager/pubspec.yaml +++ b/Frontend/patient_manager/pubspec.yaml @@ -35,6 +35,7 @@ dependencies: # The following adds the Cupertino Icons font to your application. # Use with the CupertinoIcons class for iOS style icons. cupertino_icons: ^1.0.2 + syncfusion_flutter_core: ^26.2.10 syncfusion_flutter_pdfviewer: ^26.1.39 universal_html: ^2.2.4 file_picker: ^8.0.5