🐛 Fix firebase analytics not available on windows

This commit is contained in:
2025-09-13 15:29:38 +08:00
parent 488055955c
commit 3a5e45808a

View File

@@ -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<GoRouter>((ref) {