Skip to content

Commit a6d1bec

Browse files
Merge pull request #2 from Indumathi1195R/patch-2
Update README.md
2 parents a823a46 + 012f154 commit a6d1bec

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
In flutter event calendar, you can get the tapped `DateTime` details of header, view header and calendar cell using `OnTap` event of the calendar.
44

5-
![Getting datetime details from calendar element](https://github.com/SyncfusionExamples/getting-datetime-calendar-fluter/blob/master/screenshots/getting%20calendar%20element%20details.gif)
5+
<img alt="Getting datetime details from calendar element" src="https://github.com/SyncfusionExamples/getting-datetime-calendar-fluter/blob/master/screenshots/getting%20calendar%20element%20details.gif" width="400" height="400" />|
66

77
## Step 1
88
In initState(), set the default values such as view, alert dialog texts.
@@ -72,7 +72,7 @@ void calendarTapped(CalendarTapDetails details) {
7272
**[View document in Syncfusion Flutter Knowledge base](https://www.syncfusion.com/kb/10998/how-to-get-datetime-details-while-tapping-the-flutter-event-calendar-elements)**
7373
**Screenshots**
7474

75-
![header](https://github.com/SyncfusionExamples/getting-datetime-calendar-fluter/blob/master/screenshots/header.jpg)
76-
![view header](https://github.com/SyncfusionExamples/getting-datetime-calendar-fluter/blob/master/screenshots/view%20header.jpg)
77-
![cells](https://github.com/SyncfusionExamples/getting-datetime-calendar-fluter/blob/master/screenshots/cells.jpg)
7875

76+
<img alt="header" src="https://github.com/SyncfusionExamples/getting-datetime-calendar-fluter/blob/master/screenshots/header.jpg" width="250" height="500" />|
77+
<img alt="view header" src="https://github.com/SyncfusionExamples/getting-datetime-calendar-fluter/blob/master/screenshots/view%20header.jpg" width="250" height="500" />|
78+
<img alt="cells" src="https://github.com/SyncfusionExamples/getting-datetime-calendar-fluter/blob/master/screenshots/cells.jpg" width="250" height="500" />|

0 commit comments

Comments
 (0)