title: «Приложение для бутылок»,
Код: Выделить всё
builder: (context, child) {
return MediaQuery(
data: MediaQuery.of(context)
.copyWith(textScaler: TextScaler.linear(1.0)),
child: child!,
);
},
home: isUserInfoSaved ? StartInputScreen() : SignUpScreen()
);
Подробнее здесь: https://stackoverflow.com/questions/790 ... s-in-phone
Мобильная версия