I used url_strategy in flutter web channel stable and beta.
I run flutter web in Landscape its work (image 1)
but when I changed Dimensions to Samsung or motog4 or iphone 5s does not work.(image 2),
this is my code:
import 'package:url_strategy/url_strategy.dart';
void main() {
// Here we set the URL strategy for our web app.
setPathUrlStrategy();
runApp(MyApp());
}
Image 1

Image 2
