How can I redirect a Flutter web application to https?
Ok I created my first web application with Flutter, setup SSL and have a domain with two flavours. http://example.com and https://example.com setup on IIS. How can I redirect http to https with Flutter? I could create Url rewrite server side…