fixing android build

This commit is contained in:
Prince
2026-06-14 13:09:14 +02:00
parent 7dc48e06e9
commit 5014b679f5
18 changed files with 91 additions and 11 deletions

6
lib/url_strategy.dart Normal file
View File

@@ -0,0 +1,6 @@
/// Platform-aware path URL strategy.
///
/// On web, sets the path URL strategy via [usePathUrlStrategy].
/// On non-web platforms, this is a no-op.
export 'platform/url_strategy_stub.dart'
if (dart.library.html) 'platform/url_strategy_web.dart';