merge dev to devices view

This commit is contained in:
ashrafzarkanisala
2024-08-24 14:21:10 +03:00
32 changed files with 1822 additions and 1095 deletions

View File

@ -166,8 +166,7 @@ class _LoginWebPageState extends State<LoginWebPage> {
return DropdownMenuItem<String>(
value: region.id,
child: SizedBox(
width: size.width*0.06,
width: size.width*0.08,
child: Text(region.name)),
);
}).toList(),