Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Sweep GHA Fix] Fix failing GitHub Actions and code issues #134

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
feat: Updated lib/utils/date_time_utils.dart
  • Loading branch information
sweep-ai[bot] committed Jan 27, 2024
commit e99660818c1a16ef353180c367eb58483e243abb
5 changes: 3 additions & 2 deletions lib/utils/date_time_utils.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import 'package:flutter/material.dart';
import 'package:intl/intl.dart';
import 'lib/screens/reports/create_report_screen.dart';
import 'lib/screens/reports/edit_report_screen.dart';import 'package:flutter/material.dart';


String formatTimeOfDay(TimeOfDay? time) {
if (time == null) {
Expand Down