10 lines
210 B
Dart
10 lines
210 B
Dart
import 'package:flutter_web_plugins/url_strategy.dart';
|
|
import 'package:app/app.dart';
|
|
import 'package:flutter/material.dart';
|
|
|
|
void main(List<String> args){
|
|
|
|
usePathUrlStrategy();
|
|
|
|
runApp(const MyApp());
|
|
} |