Nabeel Parkar
Nabeel Parkar
Hello @woutervanwijk. I am unable to reproduce this issue. I am testing on stable, on an Android Emulator (API 32). See below the logs on clicking each of the buttons....
There are caveats listed on Android [here](https://pub.dev/documentation/webview_flutter/latest/webview_flutter/WebView/navigationDelegate.html). Since this is working as expected, I am closing this issue. If you disagree, please comment and we can re-open it
I'll keep the issue open for insights from the team
As per https://github.com/flutter/flutter/issues/108801#issuecomment-1367490174, there is a workaround available. Adding the relevant label. If this workaround is invalid, let me know and I can remove that label
I can reproduce this issue. Looks like the import is incorrect. For a fix, you can change the import from `import {firestore} from "firebase-admin/lib/firestore"` to `import firestore from "firebase-admin/lib/firestore"`
cc: @domesticmouse
@hhimanshu Glad that solved your issue, but the import is still incorrect in the repository. Re-opening this issue to track it
## Triage Report ### Versions reproducible on - `Stable (3.3.2)`: `go_router: 5.0.1` - `Master (3.4.0-19.0.pre.442)`: `go_router: 5.0.1` ### Info Video Code Sample ```dart import 'package:flutter/material.dart'; import 'package:go_router/go_router.dart'; final router =...
Hello @acacio. Can you reproduce this issue on the master channel as well? You can upgrade to the master channel by running `flutter channel master`, then `flutter upgrade`. Please confirm...
Hello @acacio. Thank you for the information. Looks like the error is occuring because you installed the x64 version of Flutter. Please try to install the Apple Silicon version [here](https://docs.flutter.dev/get-started/install/macos)...