flutter-examples icon indicating copy to clipboard operation
flutter-examples copied to clipboard

This repository contains the Syncfusion Flutter UI widgets examples and the guide to use them.

Results 96 flutter-examples issues
Sort by recently updated
recently updated
newest added

How can we update and remove data from the load more widget? Thanks

This is happenning when calling reset pad This is my code `final GlobalKey signatureGlobalKey = GlobalKey(); void _handleClearButtonPressed() { signatureGlobalKey.currentState!.clear(); }` `Container( child: MaterialButton( onPressed: () async { _handleClearButtonPressed(); },...

/D:/Software/flutter/.pub-cache/hosted/pub.dartlang.org/syncfusion_flutter_calendar-20.1.58/lib/src/calendar/sfcalendar.dart:2867:31: Error: Method 'addPostFrameCallback' cannot be called on 'WidgetsBinding?' because it is potentially null. - 'WidgetsBinding' is from 'package:flutter/src/widgets/binding.dart' ('/D:/Software/flutter/packages/flutter/lib/src/widgets/binding.dart'). Try calling using ?. instead. WidgetsBinding.instance.addPostFrameCallback((Duration timeStamp) { ^^^^^^^^^^^^^^^^^^^^ /D:/Software/flutter/.pub-cache/hosted/pub.dartlang.org/syncfusion_flutter_calendar-20.1.58/lib/src/calendar/sfcalendar.dart:4157:35:...

syncfusion_flutter_datepicker Is it possible to add onTap feature that will work even if dates are in blackout list? Or is it possible to add tooltip onTap on day?

Method 'addPostFrameCallback' cannot be called on 'SchedulerBinding?' because it is potentially null.

SfSignaturePad not working correctly Whenever I try to sign that start with vertical drag, its just scroll the page Here's my flutter infomation Flutter (Channel master, 2.5.0-6.0.pre.44, on macOS 12.0...

/E:/android%20studio%20setup/flutter_windows_2.10.4-stable/flutter/.pub-cache/hosted/pub.dartlang.org/syncfusion_flutter_charts-20.1.56/lib/src/pyramid_chart/base/pyramid_base.dart:725:37: Error: Method 'addPostFrameCallback' cannot be called on 'SchedulerBinding?' because it is potentially null. - 'SchedulerBinding' is from 'package:flutter/src/scheduler/binding.dart' ('/E:/android%20studio%20setup/flutter_windows_2.10.4-stable/flutter/packages/flutter/lib/src/scheduler/binding.dart'). Try calling using ?. instead. SchedulerBinding.instance.addPostFrameCallback((_) => _refresh()); ^^^^^^^^^^^^^^^^^^^^ /E:/android%20studio%20setup/flutter_windows_2.10.4-stable/flutter/.pub-cache/hosted/pub.dartlang.org/syncfusion_flutter_charts-20.1.56/lib/src/funnel_chart/base/funnel_base.dart:720:35:...

Hello, I have a problem with your widget, it's very well made ! So I tried to test the calendar picker for iOS but the problem is that you can't...

![image](https://user-images.githubusercontent.com/70945722/170412967-cc52bd1b-0b02-4a79-a8fe-50eb1855f380.png) I want to do like this, can you help me ?

Hello, i'm trying to use the PDF feature, but i'm didnt found in documentation how to show in a single row with two values in a table. It's something like...