|
|
|
@ -84,6 +84,7 @@ class _OutPatientsScreenState extends State<OutPatientsScreen> {
|
|
|
|
@override
|
|
|
|
@override
|
|
|
|
Widget build(BuildContext context) {
|
|
|
|
Widget build(BuildContext context) {
|
|
|
|
authenticationViewModel = Provider.of(context);
|
|
|
|
authenticationViewModel = Provider.of(context);
|
|
|
|
|
|
|
|
projectsProvider = Provider.of(context);
|
|
|
|
_times = [
|
|
|
|
_times = [
|
|
|
|
TranslationBase.of(context).previous!,
|
|
|
|
TranslationBase.of(context).previous!,
|
|
|
|
TranslationBase.of(context).today!,
|
|
|
|
TranslationBase.of(context).today!,
|
|
|
|
|