New appbar on homescreen

This commit is contained in:
Juan Gilsanz Polo 2023-05-18 02:14:19 +02:00
parent f6254fe8a3
commit 1d7c269aa0
3 changed files with 120 additions and 113 deletions

View file

@ -1,5 +1,3 @@
import 'package:intl/intl.dart';
bool? convertFromIntToBool(int value) {
if (value == 1) {
return true;