From c86701de51155f79877a1e850ef4275e5900bfb4 Mon Sep 17 00:00:00 2001 From: Sasikumar Arumugam Date: Wed, 9 Aug 2023 17:29:58 +0530 Subject: [PATCH 1/2] Homepage link updated for calendar and datepicker pubspec.yaml file. --- packages/syncfusion_flutter_calendar/pubspec.yaml | 2 +- packages/syncfusion_flutter_datepicker/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/syncfusion_flutter_calendar/pubspec.yaml b/packages/syncfusion_flutter_calendar/pubspec.yaml index 1830acccd..33e014194 100644 --- a/packages/syncfusion_flutter_calendar/pubspec.yaml +++ b/packages/syncfusion_flutter_calendar/pubspec.yaml @@ -1,7 +1,7 @@ name: syncfusion_flutter_calendar description: The Flutter Calendar widget has nine built-in configurable views that provide basic functionalities for scheduling and representing appointments/events efficiently. version: 22.1.34 -homepage: https://github.com/syncfusion/flutter-examples +homepage: https://github.com/syncfusion/flutter-widgets/tree/master/packages/syncfusion_flutter_calendar screenshots: - description: 'This screenshot shows the week view with appointment.' diff --git a/packages/syncfusion_flutter_datepicker/pubspec.yaml b/packages/syncfusion_flutter_datepicker/pubspec.yaml index 645ced11c..85de3dca3 100644 --- a/packages/syncfusion_flutter_datepicker/pubspec.yaml +++ b/packages/syncfusion_flutter_datepicker/pubspec.yaml @@ -1,7 +1,7 @@ name: syncfusion_flutter_datepicker description: The Flutter Date Range Picker widget allows users to easily select dates or a range of dates. It has four built-in views that allow quick navigation to the desired date. version: 22.1.34 -homepage: https://github.com/syncfusion/flutter-examples +homepage: https://github.com/syncfusion/flutter-widgets/tree/master/packages/syncfusion_flutter_datepicker screenshots: - description: 'This screenshot shows the month view with range selection.' From cf32247672e7b42e0e6974c347fc24c531096f04 Mon Sep 17 00:00:00 2001 From: LavanyaA <82077349+LavanyaGowtham2021@users.noreply.github.com> Date: Wed, 9 Aug 2023 17:45:24 +0530 Subject: [PATCH 2/2] Home page link updated for signature pad --- packages/syncfusion_flutter_signaturepad/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/syncfusion_flutter_signaturepad/pubspec.yaml b/packages/syncfusion_flutter_signaturepad/pubspec.yaml index 806bdb301..f50a81e08 100644 --- a/packages/syncfusion_flutter_signaturepad/pubspec.yaml +++ b/packages/syncfusion_flutter_signaturepad/pubspec.yaml @@ -1,7 +1,7 @@ name: syncfusion_flutter_signaturepad description: The Flutter Signature Pad widget allows you to capture smooth and more realistic signatures through drawn gestures and save it as an image. version: 22.1.34 -homepage: https://github.com/syncfusion/flutter-examples +homepage: https://github.com/syncfusion/flutter-widgets/tree/master/packages/syncfusion_flutter_signaturepad environment: sdk: ">=2.17.0 <4.0.0"