fixing android build
This commit is contained in:
6
lib/url_strategy.dart
Normal file
6
lib/url_strategy.dart
Normal 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';
|
||||
Reference in New Issue
Block a user