flutter-examples
flutter-examples copied to clipboard
This repository contains the Syncfusion Flutter UI widgets examples and the guide to use them.
The SfSignaturePad widget started performing very badly on iOS devices, seemingly after upgrading from Flutter 3.7 to 3.10. It is almost unusable for me. The problem can be reproduced by...
I am trying to convert docx file to pdf file code: ``` // data is Uint8List type. List inputBytes = data.toList(); PdfDocument document; try { // error here! document =...
Hello, I have a tab bar with `SfCalendar(view: CalendarView.month)` in each tab and I set `navigationDirection: MonthNavigationDirection.vertical,` for calendars. So when I drag the page horizontally I want to slide...
I'm testing Event calendar / Ressource view on real ios devices. I've noticed that **scrolling is jerky on an ios real device**, on **Iphone only** , no problem on an...
When the signature is drawn faster, its lines merge with other lines.
 So i have a calendar like this,which only shows days in the month, so i set showTrailingAndLeadingDates to false, but i can't remove this empty space, how can i...
I am using the SfPdfViewer control in a Blazor Wasm project and I do it as the examples and the documentation and the file arrives, I convert it to Base-64...
When using the CandleSeries chart, the zoom in/out functions works fine, however, the intervals on axis can be not ideal to view the graph when zoomed in. See the image...