Questions tagged [syncfusion-calendar]
33 questions
0
votes
1 answer
Vertical dotted line on chart
I actually use two dependancy: syncfusion flutter chart & dotted line
My chart look like this (see picture 1)
You can tap on the bullet point on the chart (or the basketball emoji) to display a dotted line and a tooltip widget.
My problem is that…

BLKKKBVSIK
- 3,128
- 2
- 13
- 33
-1
votes
1 answer
Failed assertion: line 1205 pos 12: '': is not true
I am new to flutter and facing an issue in Syncfusion Calendar widget. Any help will be appreciated. Here is the code inside my build widget:
return Scaffold(
resizeToAvoidBottomInset: false, // set it to false
body: SafeArea(
child:…

Kashif Ahmad
- 203
- 3
- 15
-1
votes
1 answer
How to send post request to server with Syncfusion React Scheduler component?
im using syncfusion-react-scheduler package and try to make a post request with react while im adding an event to the calendar (without external buttons) and add the event to my DB.
i would like to receieve a solution from you guys, thanks a lot!