Skip to content

Commit 78cef81

Browse files
BonwayPRBaraiya
authored andcommitted
feat : flutter analyze
1 parent d28a878 commit 78cef81

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

example/lib/widgets/multi_day_view_widget.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ class MultiDayViewWidget extends StatelessWidget {
2121
scrollPhysics: const BouncingScrollPhysics(),
2222
liveTimeIndicatorSettings: LiveTimeIndicatorSettings(
2323
color: Colors.redAccent,
24-
// showTime: true,
2524
onlyShowToday: true,
2625
),
2726
onTimestampTap: (date) {

lib/src/extensions.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ extension DateTimeExtensions on DateTime {
135135
return offset == 0
136136
? endDate.withoutTime
137137
: endDate.add(Duration(days: daysInView - offset)).withoutTime;
138-
;
139138
}
140139

141140
/// Returns list of all dates of [month].

0 commit comments

Comments
 (0)