Questions tagged [flutter-web-test]

2 questions
2
votes
2 answers

Flutter Web - How to check if the app is running in a test environment

In those questions: How to find if we are running unit test in Dart (Flutter) Check if App is running in a Testing Environment The given solution is to use Platform.environment.containsKey('FLUTTER_TEST') but Platform comes from dart:io which is…
Valentin Vignal
  • 6,151
  • 2
  • 33
  • 73
0
votes
0 answers

When I run my flutter web app in browser and limit the dimensions to pixel 5 the web app gets stuck

the app when loads has a basic loader and then shifts to the actual screen the web app is fine when I switch to iPhone se dimensions in the inspect tab but when I shift it to pixel 5 it doesn't work can anyone please help me with this why this is…