From 05ce2aae440b356261d8f5befed2586d9e9022fd Mon Sep 17 00:00:00 2001 From: Thorben Auer Date: Wed, 8 May 2024 16:19:30 +0200 Subject: [PATCH 01/10] Update pubspec.yaml --- packages/syncfusion_flutter_pdfviewer/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/syncfusion_flutter_pdfviewer/pubspec.yaml b/packages/syncfusion_flutter_pdfviewer/pubspec.yaml index 8c49ba7d1..1fa209c61 100644 --- a/packages/syncfusion_flutter_pdfviewer/pubspec.yaml +++ b/packages/syncfusion_flutter_pdfviewer/pubspec.yaml @@ -37,7 +37,7 @@ dependencies: async: ^2.5.0 http: ^1.0.0 uuid: ^4.1.0 - device_info_plus: ^9.0.2 + device_info_plus: ^10.1.0 intl: '>=0.18.1 <0.20.0' syncfusion_pdfviewer_platform_interface: From 5681b2cba9e0373be826a1f688115a5093dbd54a Mon Sep 17 00:00:00 2001 From: Thorben Auer Date: Wed, 8 May 2024 16:23:51 +0200 Subject: [PATCH 02/10] Update pubspec.yaml --- packages/syncfusion_flutter_pdfviewer/pubspec.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/packages/syncfusion_flutter_pdfviewer/pubspec.yaml b/packages/syncfusion_flutter_pdfviewer/pubspec.yaml index 1fa209c61..b7fb1477e 100644 --- a/packages/syncfusion_flutter_pdfviewer/pubspec.yaml +++ b/packages/syncfusion_flutter_pdfviewer/pubspec.yaml @@ -41,25 +41,25 @@ dependencies: intl: '>=0.18.1 <0.20.0' syncfusion_pdfviewer_platform_interface: - path: ../syncfusion_pdfviewer_platform_interface + path: /packages/syncfusion_pdfviewer_platform_interface syncfusion_pdfviewer_web: - path: ../syncfusion_pdfviewer_web + path: /packages/syncfusion_pdfviewer_web syncfusion_pdfviewer_macos: - path: ../syncfusion_pdfviewer_macos + path: /packages/syncfusion_pdfviewer_macos syncfusion_pdfviewer_windows: - path: ../syncfusion_pdfviewer_windows + path: /packages/syncfusion_pdfviewer_windows syncfusion_flutter_core: - path: ../syncfusion_flutter_core + path: /packages/syncfusion_flutter_core syncfusion_flutter_pdf: - path: ../syncfusion_flutter_pdf + path: /packages/syncfusion_flutter_pdf syncfusion_flutter_signaturepad: - path: ../syncfusion_flutter_signaturepad + path: /packages/syncfusion_flutter_signaturepad url_launcher: ^6.1.0 From 8c08deeac39075dfe8448564b5d2b2d8cd533e3f Mon Sep 17 00:00:00 2001 From: Thorben Auer Date: Wed, 8 May 2024 16:25:20 +0200 Subject: [PATCH 03/10] Update pubspec.yaml --- .../syncfusion_flutter_pdfviewer/pubspec.yaml | 28 ++++++++++++++----- 1 file changed, 21 insertions(+), 7 deletions(-) diff --git a/packages/syncfusion_flutter_pdfviewer/pubspec.yaml b/packages/syncfusion_flutter_pdfviewer/pubspec.yaml index b7fb1477e..4220dfdc9 100644 --- a/packages/syncfusion_flutter_pdfviewer/pubspec.yaml +++ b/packages/syncfusion_flutter_pdfviewer/pubspec.yaml @@ -41,25 +41,39 @@ dependencies: intl: '>=0.18.1 <0.20.0' syncfusion_pdfviewer_platform_interface: - path: /packages/syncfusion_pdfviewer_platform_interface + git: + url: "https://github.com/auerth/flutter-widgets" + path: packages/syncfusion_pdfviewer_platform_interface syncfusion_pdfviewer_web: - path: /packages/syncfusion_pdfviewer_web + git: + url: "https://github.com/auerth/flutter-widgets" + path: packages/syncfusion_pdfviewer_web syncfusion_pdfviewer_macos: - path: /packages/syncfusion_pdfviewer_macos + git: + url: "https://github.com/auerth/flutter-widgets" + path: packages/syncfusion_pdfviewer_macos syncfusion_pdfviewer_windows: - path: /packages/syncfusion_pdfviewer_windows + git: + url: "https://github.com/auerth/flutter-widgets" + path: packages/syncfusion_pdfviewer_windows syncfusion_flutter_core: - path: /packages/syncfusion_flutter_core + git: + url: "https://github.com/auerth/flutter-widgets" + path: packages/syncfusion_flutter_core syncfusion_flutter_pdf: - path: /packages/syncfusion_flutter_pdf + git: + url: "https://github.com/auerth/flutter-widgets" + path: packages/syncfusion_flutter_pdf syncfusion_flutter_signaturepad: - path: /packages/syncfusion_flutter_signaturepad + git: + url: "https://github.com/auerth/flutter-widgets" + path: packages/syncfusion_flutter_signaturepad url_launcher: ^6.1.0 From d95a08b1c9624f0c70390485be789ebbce805518 Mon Sep 17 00:00:00 2001 From: Thorben Auer Date: Wed, 8 May 2024 16:27:12 +0200 Subject: [PATCH 04/10] Update pubspec.yaml --- packages/syncfusion_flutter_pdfviewer/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/syncfusion_flutter_pdfviewer/pubspec.yaml b/packages/syncfusion_flutter_pdfviewer/pubspec.yaml index 4220dfdc9..acb4fb14a 100644 --- a/packages/syncfusion_flutter_pdfviewer/pubspec.yaml +++ b/packages/syncfusion_flutter_pdfviewer/pubspec.yaml @@ -43,7 +43,7 @@ dependencies: syncfusion_pdfviewer_platform_interface: git: url: "https://github.com/auerth/flutter-widgets" - path: packages/syncfusion_pdfviewer_platform_interface + path: packages/syncfusion_flutter_pdfviewer_platform_interface syncfusion_pdfviewer_web: git: From cc1d3487a89987a26c0478bbd097631e2ff6f0fd Mon Sep 17 00:00:00 2001 From: Thorben Auer Date: Wed, 8 May 2024 16:29:35 +0200 Subject: [PATCH 05/10] Update pubspec.yaml --- packages/syncfusion_pdfviewer_web/pubspec.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/syncfusion_pdfviewer_web/pubspec.yaml b/packages/syncfusion_pdfviewer_web/pubspec.yaml index 816c4604a..0145f5a3a 100644 --- a/packages/syncfusion_pdfviewer_web/pubspec.yaml +++ b/packages/syncfusion_pdfviewer_web/pubspec.yaml @@ -15,7 +15,9 @@ dependencies: js: ^0.7.1 meta: ^1.3.0 syncfusion_pdfviewer_platform_interface: - path: ../syncfusion_pdfviewer_platform_interface + git: + url: "https://github.com/auerth/flutter-widgets" + path: packages/syncfusion_flutter_pdfviewer_platform_interface dev_dependencies: flutter_test: From 4568fe380e2309675c83717a728abc42144a05d0 Mon Sep 17 00:00:00 2001 From: Thorben Auer Date: Wed, 8 May 2024 16:29:47 +0200 Subject: [PATCH 06/10] Update pubspec.yaml --- packages/syncfusion_pdfviewer_macos/pubspec.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/syncfusion_pdfviewer_macos/pubspec.yaml b/packages/syncfusion_pdfviewer_macos/pubspec.yaml index e416b10fc..6c03abb0a 100644 --- a/packages/syncfusion_pdfviewer_macos/pubspec.yaml +++ b/packages/syncfusion_pdfviewer_macos/pubspec.yaml @@ -12,7 +12,9 @@ dependencies: sdk: flutter syncfusion_pdfviewer_platform_interface: - path: ../syncfusion_pdfviewer_platform_interface + git: + url: "https://github.com/auerth/flutter-widgets" + path: packages/syncfusion_flutter_pdfviewer_platform_interface dev_dependencies: flutter_test: From f97cc0e6d9419027da4714d81aae735cff16d6d8 Mon Sep 17 00:00:00 2001 From: Thorben Auer Date: Wed, 8 May 2024 16:30:40 +0200 Subject: [PATCH 07/10] Update pubspec.yaml --- packages/syncfusion_flutter_signaturepad/pubspec.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/syncfusion_flutter_signaturepad/pubspec.yaml b/packages/syncfusion_flutter_signaturepad/pubspec.yaml index 98fe5109b..5a56e448a 100644 --- a/packages/syncfusion_flutter_signaturepad/pubspec.yaml +++ b/packages/syncfusion_flutter_signaturepad/pubspec.yaml @@ -10,7 +10,9 @@ dependencies: flutter: sdk: flutter syncfusion_flutter_core: - path: ../syncfusion_flutter_core + git: + url: "https://github.com/auerth/flutter-widgets" + path: packages/syncfusion_flutter_core dev_dependencies: flutter_test: From 7827ea4ff00f35c069c7bd52a34b456bfad08701 Mon Sep 17 00:00:00 2001 From: Thorben Auer Date: Wed, 8 May 2024 16:31:06 +0200 Subject: [PATCH 08/10] Update pubspec.yaml --- packages/syncfusion_flutter_pdf/pubspec.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/syncfusion_flutter_pdf/pubspec.yaml b/packages/syncfusion_flutter_pdf/pubspec.yaml index 6e3a281b9..016eefd1b 100644 --- a/packages/syncfusion_flutter_pdf/pubspec.yaml +++ b/packages/syncfusion_flutter_pdf/pubspec.yaml @@ -12,7 +12,9 @@ dependencies: intl: '>=0.18.1 <0.20.0' xml: ">=6.5.0 <7.0.0" syncfusion_flutter_core: - path: ../syncfusion_flutter_core + git: + url: "https://github.com/auerth/flutter-widgets" + path: packages/syncfusion_flutter_core crypto: ">=3.0.0 <4.0.0" convert: ">=3.0.0 <4.0.0" From 334e9adc287bb2c7a1f1e29786bd13789d99a823 Mon Sep 17 00:00:00 2001 From: Thorben Auer Date: Wed, 8 May 2024 16:32:49 +0200 Subject: [PATCH 09/10] Update pubspec.yaml --- packages/syncfusion_flutter_charts/pubspec.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/syncfusion_flutter_charts/pubspec.yaml b/packages/syncfusion_flutter_charts/pubspec.yaml index 3d9283c93..dbc63dd94 100644 --- a/packages/syncfusion_flutter_charts/pubspec.yaml +++ b/packages/syncfusion_flutter_charts/pubspec.yaml @@ -12,7 +12,9 @@ dependencies: intl: '>=0.18.1 <0.20.0' vector_math: ">=2.1.0 <=3.0.0" syncfusion_flutter_core: - path: ../syncfusion_flutter_core + git: + url: "https://github.com/auerth/flutter-widgets" + path: packages/syncfusion_flutter_core dev_dependencies: flutter_test: From af20e7f92f3dab2cd454ac61493ade0950368fc2 Mon Sep 17 00:00:00 2001 From: Thorben Auer Date: Wed, 8 May 2024 16:34:05 +0200 Subject: [PATCH 10/10] Update pubspec.yaml --- packages/syncfusion_flutter_datepicker/pubspec.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/syncfusion_flutter_datepicker/pubspec.yaml b/packages/syncfusion_flutter_datepicker/pubspec.yaml index 45577dd44..4fdc04cce 100644 --- a/packages/syncfusion_flutter_datepicker/pubspec.yaml +++ b/packages/syncfusion_flutter_datepicker/pubspec.yaml @@ -33,7 +33,9 @@ dependencies: sdk: flutter intl: '>=0.18.1 <0.20.0' syncfusion_flutter_core: - path: ../syncfusion_flutter_core + git: + url: "https://github.com/auerth/flutter-widgets" + path: packages/syncfusion_flutter_core dev_dependencies: flutter_test: