From 3a5e45808a36d8c02b5511017fcc3ba89973702b Mon Sep 17 00:00:00 2001 From: LittleSheep Date: Sat, 13 Sep 2025 15:29:38 +0800 Subject: [PATCH] :bug: Fix firebase analytics not available on windows --- lib/route.dart | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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) {