We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d28a878 commit 78cef81Copy full SHA for 78cef81
example/lib/widgets/multi_day_view_widget.dart
@@ -21,7 +21,6 @@ class MultiDayViewWidget extends StatelessWidget {
21
scrollPhysics: const BouncingScrollPhysics(),
22
liveTimeIndicatorSettings: LiveTimeIndicatorSettings(
23
color: Colors.redAccent,
24
- // showTime: true,
25
onlyShowToday: true,
26
),
27
onTimestampTap: (date) {
lib/src/extensions.dart
@@ -135,7 +135,6 @@ extension DateTimeExtensions on DateTime {
135
return offset == 0
136
? endDate.withoutTime
137
: endDate.add(Duration(days: daysInView - offset)).withoutTime;
138
- ;
139
}
140
141
/// Returns list of all dates of [month].
0 commit comments