Skip to content

Commit

Permalink
Navigation Services Test Written (#2230)
Browse files Browse the repository at this point in the history
* Navigation Services Test Written

* Null Check Error Fixed
  • Loading branch information
Manik2708 authored Dec 10, 2023
1 parent f15cbf3 commit 23c2a74
Show file tree
Hide file tree
Showing 2 changed files with 564 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/services/navigation_service.dart
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ class NavigationService {
errorMessage: errorMessage,
),
backgroundColor: const Color.fromRGBO(65, 65, 66, 1),
duration: duration,
),
);
}
Expand Down
Loading

0 comments on commit 23c2a74

Please sign in to comment.