Remove '#' from URL

void main() {
  setUrlStrategy(PathUrlStrategy());
  runApp(MyApp());
}