🐛 Fix firebase analytics not available on windows
This commit is contained in:
@@ -89,8 +89,7 @@ bool get _supportsAnalytics =>
|
|||||||
kIsWeb ||
|
kIsWeb ||
|
||||||
Platform.isAndroid ||
|
Platform.isAndroid ||
|
||||||
Platform.isIOS ||
|
Platform.isIOS ||
|
||||||
Platform.isMacOS ||
|
Platform.isMacOS;
|
||||||
Platform.isWindows;
|
|
||||||
|
|
||||||
// Provider for the router
|
// Provider for the router
|
||||||
final routerProvider = Provider<GoRouter>((ref) {
|
final routerProvider = Provider<GoRouter>((ref) {
|
||||||
|
Reference in New Issue
Block a user