Compare commits

..

No commits in common. '0302c658e6f93948388a37f64b292ffeac9e86e8' and 'be449b8a512c1ad951cf8a4784b2ff02df5a859f' have entirely different histories.

@ -582,6 +582,14 @@ class AssetTransfer {
await Fluttertoast.showToast(msg: "${context.translation.youHaveToSelect} ${context.translation.department}"); await Fluttertoast.showToast(msg: "${context.translation.youHaveToSelect} ${context.translation.department}");
return false; return false;
} }
if (tbsTimer?.startAt == null) {
await Fluttertoast.showToast(msg: "Working Hours Required");
return false;
}
if (tbsTimer?.endAt == null) {
await Fluttertoast.showToast(msg: "Please Stop The Timer");
return false;
}
return true; return true;
} }
} }

@ -112,7 +112,7 @@ flutter:
- assets/rives/ - assets/rives/
- assets/translations/ - assets/translations/
fonts: fonts:
- family: Swissaq - family: Swiss
fonts: fonts:
- asset: assets/fonts/Gotham_Rounded_Light.otf - asset: assets/fonts/Gotham_Rounded_Light.otf
weight: 300 weight: 300

Loading…
Cancel
Save