We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e3986d commit 439c129Copy full SHA for 439c129
1 file changed
mobile/lib/main.dart
@@ -22,7 +22,7 @@ void main() async {
22
23
// Use clean path-based URLs on web (no #)
24
if (kIsWeb) {
25
- setUrlStrategy(const PathUrlStrategy());
+ setUrlStrategy(PathUrlStrategy());
26
}
27
28
// Initialize environment configuration
0 commit comments