Skip to content

Commit e580131

Browse files
Merge branch 'syncfusion:master' into master
2 parents 4d49fe4 + f471b8b commit e580131

File tree

7 files changed

+48
-16
lines changed

7 files changed

+48
-16
lines changed

.github/ISSUE_TEMPLATE/1_bug_report.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@ body:
88
value: |
99
Thank you for using Syncfusion widgets!
1010
11-
If you are looking for support, please check out our documentation, knowledge base,
11+
If you are looking for support, please check out our documentation, knowledge base, help bot,
1212
and feedbacks. If you are unable to find a solution, please report the bug here.
1313
1414
- [User Guide Documentation](https://help.syncfusion.com/flutter/introduction/overview)
1515
- [Knowledge Base](https://support.syncfusion.com/kb/cross-platforms/category/79)
16+
- [HelpBot](https://helpbot.syncfusion.com)
1617
- [Feedbacks](https://stackoverflow.com/questions/tagged/flutter?sort=frequent)
1718
1819
You can also contact us through the following methods.
@@ -116,4 +117,4 @@ body:
116117
117118
</details>
118119
validations:
119-
required: true
120+
required: true

.github/ISSUE_TEMPLATE/2_feature_request.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ body:
66
value: |
77
Thank you for using Syncfusion widgets!
88
9-
If you are looking for support, please check out our documentation, knowledge base,
9+
If you are looking for support, please check out our documentation, knowledge base, help bot
1010
and feedbacks. If you are unable to find a solution, please report the bug here.
1111
1212
- [User Guide Documentation](https://help.syncfusion.com/flutter/introduction/overview)
1313
- [Knowledge Base](https://support.syncfusion.com/kb/cross-platforms/category/79)
14+
- [HelpBot](https://helpbot.syncfusion.com)
1415
- [Feedbacks](https://stackoverflow.com/questions/tagged/flutter?sort=frequent)
1516
1617
You can also contact us through the following methods.
@@ -37,4 +38,4 @@ body:
3738
* images (illustrations, diagrams, screenshots)
3839
* videos
3940
validations:
40-
required: true
41+
required: true

README.md

Lines changed: 37 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Also, you can view the samples code from [this repository](https://github.com/sy
3030

3131
| Package/Plugin | Available widgets/libraries | Pub | Points | Popularity | Likes |
3232
|----------------|-----------------------------|-----|--------|------------|-------|
33+
| [syncfusion_flutter_chat](./packages/syncfusion_flutter_chat/) | <ul><li>SfChat</li></ul> | [![pub package](https://img.shields.io/pub/v/syncfusion_flutter_chat.svg)](https://pub.dev/packages/syncfusion_flutter_chat) | [![pub points](https://img.shields.io/pub/points/syncfusion_flutter_chat)](https://pub.dev/packages/syncfusion_flutter_chat/score) | [![popularity](https://img.shields.io/pub/popularity/syncfusion_flutter_chat)](https://pub.dev/packages/syncfusion_flutter_chat/score) | [![likes](https://img.shields.io/pub/likes/syncfusion_flutter_chat)](https://pub.dev/packages/syncfusion_flutter_chat/score) |
3334
| [syncfusion_flutter_charts](./packages/syncfusion_flutter_charts/) | <ul><li>SfCartesianChart</li><li>SfCircularChart</li><li>SfPyramidChart</li><li>SfFunnelChart</li></ul> | [![pub package](https://img.shields.io/pub/v/syncfusion_flutter_charts.svg)](https://pub.dev/packages/syncfusion_flutter_charts) | [![pub points](https://img.shields.io/pub/points/syncfusion_flutter_charts)](https://pub.dev/packages/syncfusion_flutter_charts/score) | [![popularity](https://img.shields.io/pub/popularity/syncfusion_flutter_charts)](https://pub.dev/packages/syncfusion_flutter_charts/score) | [![likes](https://img.shields.io/pub/likes/syncfusion_flutter_charts)](https://pub.dev/packages/syncfusion_flutter_charts/score) |
3435
| [syncfusion_flutter_calendar](./packages/syncfusion_flutter_calendar/) | <ul><li>SfCalendar</li></ul> | [![pub package](https://img.shields.io/pub/v/syncfusion_flutter_calendar.svg)](https://pub.dev/packages/syncfusion_flutter_calendar) | [![pub points](https://img.shields.io/pub/points/syncfusion_flutter_calendar)](https://pub.dev/packages/syncfusion_flutter_calendar/score) | [![popularity](https://img.shields.io/pub/popularity/syncfusion_flutter_calendar)](https://pub.dev/packages/syncfusion_flutter_calendar/score) | [![likes](https://img.shields.io/pub/likes/syncfusion_flutter_calendar)](https://pub.dev/packages/syncfusion_flutter_calendar/score) |
3536
| [syncfusion_flutter_datagrid](./packages/syncfusion_flutter_datagrid/) | <ul><li>SfDataGrid</li></ul> | [![pub package](https://img.shields.io/pub/v/syncfusion_flutter_datagrid.svg)](https://pub.dev/packages/syncfusion_flutter_datagrid) | [![pub points](https://img.shields.io/pub/points/syncfusion_flutter_datagrid)](https://pub.dev/packages/syncfusion_flutter_datagrid/score) | [![popularity](https://img.shields.io/pub/popularity/syncfusion_flutter_datagrid)](https://pub.dev/packages/syncfusion_flutter_datagrid/score) | [![likes](https://img.shields.io/pub/likes/syncfusion_flutter_datagrid)](https://pub.dev/packages/syncfusion_flutter_datagrid/score) |
@@ -76,7 +77,33 @@ $ flutter pub get
7677

7778
**Step 4**
7879

79-
Run your application either using `F5` or `Run > Start Debugging`.
80+
Run your application using the following commands:
81+
82+
**Windows & Linux**
83+
84+
Run code: Ctrl + F5
85+
86+
Run with debugging: F5 or Run > Start Debugging
87+
88+
Stop debugging: Shift + F5
89+
90+
Restart debugging: Ctrl + Shift + F5
91+
92+
**MacOS**
93+
94+
Run code: Cmd + F5
95+
96+
Run with debugging: F5 or Run > Start Debugging
97+
98+
Stop debugging: Shift + Cmd + F5
99+
100+
Restart debugging: Cmd + Shift + F5
101+
102+
**Web (VS Code in the Browser)**
103+
104+
Run code: Ctrl + F5
105+
106+
Run with debugging: F5 or Run > Start Debugging
80107

81108
### Running the available example
82109

@@ -113,12 +140,14 @@ Run your application either using `F5` or `Run > Start Debugging`.
113140
Explore the full capabilities of our Flutter widgets on your device by installing our sample browser applications from the below app stores, and view samples code in GitHub.
114141

115142
<p align="center">
116-
<a href="https://play.google.com/store/apps/details?id=com.syncfusion.flutter.examples"><img src="https://cdn.syncfusion.com/content/images/FTControl/google-play.png"/></a>
117-
<a href="https://apps.apple.com/us/app/syncfusion-flutter-ui-widgets/id1475231341"><img src="https://cdn.syncfusion.com/content/images/FTControl/apple-button.png"/></a>
118-
</p>
119-
<p align="center">
120-
<a href="https://github.com/syncfusion/flutter-examples"><img src="https://cdn.syncfusion.com/content/images/FTControl/GitHub.png"/></a>
121-
<a href="https://flutter.syncfusion.com"><img src="https://cdn.syncfusion.com/content/images/FTControl/web_sample_browser.png"/></a>
143+
<a href="https://play.google.com/store/apps/details?id=com.syncfusion.flutter.examples"><img src="https://cdn.syncfusion.com/content/images/FTControl/google-play-store.png"/></a>
144+
<a href="https://flutter.syncfusion.com"><img src="https://cdn.syncfusion.com/content/images/FTControl/web-sample-browser.png"/></a>
145+
<a href="https://www.microsoft.com/en-us/p/syncfusion-flutter-gallery/9nhnbwcsf85d?activetab=pivot:overviewtab"><img src="https://cdn.syncfusion.com/content/images/FTControl/windows-store.png"/></a>
146+
</p>
147+
<p align="center">
148+
<a href="https://install.appcenter.ms/orgs/syncfusion-demos/apps/syncfusion-flutter-gallery/distribution_groups/release"><img src="https://cdn.syncfusion.com/content/images/FTControl/macos-app-center.png"/></a>
149+
<a href="https://snapcraft.io/syncfusion-flutter-gallery"><img src="https://cdn.syncfusion.com/content/images/FTControl/snap-store.png"/></a>
150+
<a href="https://github.com/syncfusion/flutter-examples"><img src="https://cdn.syncfusion.com/content/images/FTControl/github-samples.png"/></a>
122151
</p>
123152

124153
## Useful links
@@ -139,4 +168,4 @@ Take a look at the following to learn more about Syncfusion Flutter widgets:
139168

140169
Founded in 2001 and headquartered in Research Triangle Park, N.C., Syncfusion has more than 20,000 customers and more than 1 million users, including large financial institutions, Fortune 500 companies, and global IT consultancies.
141170

142-
Today we provide 1,000+ controls and frameworks for web ([ASP.NET Core](https://www.syncfusion.com/aspnet-core-ui-controls), [ASP.NET MVC](https://www.syncfusion.com/aspnet-mvc-ui-controls), [ASP.NET WebForms](https://www.syncfusion.com/jquery/aspnet-web-forms-ui-controls), [JavaScript](https://www.syncfusion.com/javascript-ui-controls), [Angular](https://www.syncfusion.com/angular-ui-components), [React](https://www.syncfusion.com/react-ui-components), [Vue](https://www.syncfusion.com/vue-ui-components), and [Blazor](https://www.syncfusion.com/blazor-components), mobile ([Xamarin](https://www.syncfusion.com/xamarin-ui-controls), [Flutter](https://www.syncfusion.com/flutter-widgets), [UWP](https://www.syncfusion.com/uwp-ui-controls), and [JavaScript](https://www.syncfusion.com/javascript-ui-controls)), and desktop development ([WinForms](https://www.syncfusion.com/winforms-ui-controls), [WPF](https://www.syncfusion.com/wpf-ui-controls), and [UWP](https://www.syncfusion.com/uwp-ui-controls)). We provide ready-to deploy enterprise software for dashboards, reports, data integration, and big data processing. Many customers have saved millions in licensing fees by deploying our software.
171+
Today we provide 1,000+ controls and frameworks for web ([ASP.NET Core](https://www.syncfusion.com/aspnet-core-ui-controls), [ASP.NET MVC](https://www.syncfusion.com/aspnet-mvc-ui-controls), [ASP.NET WebForms](https://www.syncfusion.com/jquery/aspnet-web-forms-ui-controls), [JavaScript](https://www.syncfusion.com/javascript-ui-controls), [Angular](https://www.syncfusion.com/angular-ui-components), [React](https://www.syncfusion.com/react-ui-components), [Vue](https://www.syncfusion.com/vue-ui-components), and [Blazor](https://www.syncfusion.com/blazor-components), mobile ([Xamarin](https://www.syncfusion.com/xamarin-ui-controls), [Flutter](https://www.syncfusion.com/flutter-widgets), [UWP](https://www.syncfusion.com/uwp-ui-controls), and [JavaScript](https://www.syncfusion.com/javascript-ui-controls)), and desktop development ([WinForms](https://www.syncfusion.com/winforms-ui-controls), [WPF](https://www.syncfusion.com/wpf-ui-controls), and [UWP](https://www.syncfusion.com/uwp-ui-controls)). We provide ready-to deploy enterprise software for dashboards, reports, data integration, and big data processing. Many customers have saved millions in licensing fees by deploying our software.

packages/syncfusion_flutter_pdfviewer/example/pubspec.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ dependencies:
1212
flutter:
1313
sdk: flutter
1414

15-
syncfusion_flutter_pdfviewer: ^26.1.35
15+
syncfusion_flutter_pdfviewer:
16+
path: ../
1617

1718
# The following adds the Cupertino Icons font to your application.
1819
# Use with the CupertinoIcons class for iOS style icons.

packages/syncfusion_flutter_pdfviewer/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dependencies:
4545
intl: '>=0.18.1 <0.20.0'
4646

4747
syncfusion_pdfviewer_platform_interface:
48-
path: ../syncfusion_pdfviewer_platform_interface
48+
path: ../syncfusion_flutter_pdfviewer_platform_interface
4949

5050
syncfusion_pdfviewer_web:
5151
path: ../syncfusion_pdfviewer_web

packages/syncfusion_pdfviewer_macos/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies:
1212
sdk: flutter
1313

1414
syncfusion_pdfviewer_platform_interface:
15-
path: ../syncfusion_pdfviewer_platform_interface
15+
path: ../syncfusion_flutter_pdfviewer_platform_interface
1616

1717
dev_dependencies:
1818
flutter_test:

packages/syncfusion_pdfviewer_web/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies:
1515
js: ^0.7.1
1616
meta: ^1.3.0
1717
syncfusion_pdfviewer_platform_interface:
18-
path: ../syncfusion_pdfviewer_platform_interface
18+
path: ../syncfusion_flutter_pdfviewer_platform_interface
1919

2020
dev_dependencies:
2121
flutter_test:

0 commit comments

Comments
 (0)