Skip to content

Commit 4098204

Browse files
Update pubspec.yaml
1 parent b5b362c commit 4098204

File tree

1 file changed

+21
-7
lines changed

1 file changed

+21
-7
lines changed

packages/syncfusion_flutter_pdfviewer/pubspec.yaml

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,25 +41,39 @@ dependencies:
4141
intl: '>=0.18.1 <0.20.0'
4242

4343
syncfusion_pdfviewer_platform_interface:
44-
path: ../syncfusion_pdfviewer_platform_interface
44+
git:
45+
url: https://github.com/lazycoder1996/flutter-widgets.git
46+
path: packags/syncfusion_pdfviewer_platform_interface
4547

4648
syncfusion_pdfviewer_web:
47-
path: ../syncfusion_pdfviewer_web
49+
git:
50+
url: https://github.com/lazycoder1996/flutter-widgets.git
51+
path: packages/syncfusion_pdfviewer_web
4852

4953
syncfusion_pdfviewer_macos:
50-
path: ../syncfusion_pdfviewer_macos
54+
git:
55+
url: https://github.com/lazycoder1996/flutter-widgets.git
56+
path: packages/syncfusion_pdfviewer_macos
5157

5258
syncfusion_pdfviewer_windows:
53-
path: ../syncfusion_pdfviewer_windows
59+
git:
60+
url: https://github.com/lazycoder1996/flutter-widgets.git
61+
path: packages/syncfusion_pdfviewer_windows
5462

5563
syncfusion_flutter_core:
56-
path: ../syncfusion_flutter_core
64+
git:
65+
url: https://github.com/lazycoder1996/flutter-widgets.git
66+
path: packages/syncfusion_flutter_core
5767

5868
syncfusion_flutter_pdf:
59-
path: ../syncfusion_flutter_pdf
69+
git:
70+
url:
71+
path: packages/syncfusion_flutter_pdf
6072

6173
syncfusion_flutter_signaturepad:
62-
path: ../syncfusion_flutter_signaturepad
74+
git:
75+
url: https://github.com/lazycoder1996/flutter-widgets.git
76+
path: packages/syncfusion_flutter_signaturepad
6377

6478
url_launcher: ^6.1.0
6579

0 commit comments

Comments
 (0)