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: 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: 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" diff --git a/packages/syncfusion_flutter_pdfviewer/pubspec.yaml b/packages/syncfusion_flutter_pdfviewer/pubspec.yaml index 8c49ba7d1..acb4fb14a 100644 --- a/packages/syncfusion_flutter_pdfviewer/pubspec.yaml +++ b/packages/syncfusion_flutter_pdfviewer/pubspec.yaml @@ -37,29 +37,43 @@ 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: - path: ../syncfusion_pdfviewer_platform_interface + git: + url: "https://github.com/auerth/flutter-widgets" + path: packages/syncfusion_flutter_pdfviewer_platform_interface syncfusion_pdfviewer_web: - path: ../syncfusion_pdfviewer_web + git: + url: "https://github.com/auerth/flutter-widgets" + path: packages/syncfusion_pdfviewer_web syncfusion_pdfviewer_macos: - path: ../syncfusion_pdfviewer_macos + git: + url: "https://github.com/auerth/flutter-widgets" + path: packages/syncfusion_pdfviewer_macos syncfusion_pdfviewer_windows: - path: ../syncfusion_pdfviewer_windows + git: + url: "https://github.com/auerth/flutter-widgets" + path: packages/syncfusion_pdfviewer_windows syncfusion_flutter_core: - path: ../syncfusion_flutter_core + git: + url: "https://github.com/auerth/flutter-widgets" + path: packages/syncfusion_flutter_core syncfusion_flutter_pdf: - path: ../syncfusion_flutter_pdf + git: + url: "https://github.com/auerth/flutter-widgets" + path: packages/syncfusion_flutter_pdf syncfusion_flutter_signaturepad: - path: ../syncfusion_flutter_signaturepad + git: + url: "https://github.com/auerth/flutter-widgets" + path: packages/syncfusion_flutter_signaturepad url_launcher: ^6.1.0 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: 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: 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: