Nabeel Parkar
Nabeel Parkar
I can replicate this issue on stable and master using `flutter_markdown: ^0.6.10+2`. What I've tried to get it working is removing the `**` and replacing it with ``. That did...
For me, I can't seem to run the application. When the target and compile SDK is set to 32, the example works perfectly, but when I set it to 33,...
~I cannot reproduce your issue due to the error I am facing. I'll label this issue either way for some insights from the team. Thank you~ I can reproduce this...
I can reproduce this issue with `Master (3.9.0-20.0.pre.54)` with the code sample provided above. flutter doctor -v (Master) ``` [!] Flutter (Channel master, 3.9.0-20.0.pre.54, on macOS 13.2.1 22D68 darwin-arm64, locale...
The current documentation is very misleading. Please update it and mention that Web is not supported. The [documentation](https://isar.dev/limitations.html#web-limitations) straight up says that it's supported though IndexedDB which is incorrect. This...
Hello @VincentJouanne. I did a little digging on this issue, and it seems to be an issue with the server. Based on [the docs](https://firebase.google.com/docs/auth/android/anonymous-auth#convert-an-anonymous-account-to-a-permanent-account), converting an anonymous user to a...
@tomasbaran I can assure you that it's not any of those :) As far as I know, this was an unintentional bug with regards to a change that is actually...
I raised an issue and got [a response](https://github.com/firebase/firebase-js-sdk/issues/7675#issuecomment-1751313798). This is known and being fixed on. The next release should fix this issue. This is caused by [Email Enumeration Protection](https://cloud.google.com/identity-platform/docs/admin/email-enumeration-protection) and...
Hello. I can reproduce this issue with Python 3.11 as well. Adding a runtime does fix it, however my LSP does warn me of a unknown value. I'm guessing the...
Hello @maheshmnj. Is it possible to provide a more minimal example of this issue? The above code, while complete, is complex.