diff --git a/lib/route.dart b/lib/route.dart index 6bd04a63..50300231 100644 --- a/lib/route.dart +++ b/lib/route.dart @@ -89,8 +89,7 @@ bool get _supportsAnalytics => kIsWeb || Platform.isAndroid || Platform.isIOS || - Platform.isMacOS || - Platform.isWindows; + Platform.isMacOS; // Provider for the router final routerProvider = Provider((ref) {