From 9c57c5ca9d2d0c22af0a6c69203e4164adf6e7df Mon Sep 17 00:00:00 2001 From: Roman Kaufmann Date: Sun, 11 Feb 2024 13:31:34 +0100 Subject: [PATCH 1/2] Update pubspec.yaml to fix issue #17 --- pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index b217e66..605b22d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -13,11 +13,11 @@ dependencies: flutter_web_plugins: sdk: flutter font_awesome_flutter: ^10.2.1 - pdfx: ^2.3.0 + pdfx: ^2.6.0 spreadsheet_decoder: ^2.1.1 dev_dependencies: flutter_test: sdk: flutter -flutter: \ No newline at end of file +flutter: From b2892436b3c690aa903675488c1f8281b2cff2de Mon Sep 17 00:00:00 2001 From: Roman Kaufmann Date: Sun, 11 Feb 2024 13:36:27 +0100 Subject: [PATCH 2/2] Fixed typo in pubspec.yaml --- pubspec.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 605b22d..7da1380 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -19,5 +19,3 @@ dependencies: dev_dependencies: flutter_test: sdk: flutter - -flutter: