Mahesh Jamdade
Mahesh Jamdade
Closing as no longer reproducible
Oops I overlooked this an issue in a generated image. Still reproducible.
- [ ] For tables use remarkgfm sample markdown ## **🔥 Kotlin Null Safety Cheat Sheet 🔥** | Feature | Syntax | Description | |---------|--------|------------| | **Non-Nullable Variable** | `var...
- [x] inline code in a heading has inappropriate height Perhaps css should fix this ``` ## **2️⃣ Bitwise OR (`or`)** ``` Expected: ## **2️⃣ Bitwise OR (`or`)** Actual
- [ ] Markdown should respect line break Add a multiple empty lines has no effect in markdown
Hey @RepliedSage11, Thanks for filing the issue, Do you have any code sample to reproduce the isssue? I tried running the newly created sample app and it seems to work...
Thanks for the details I was able to reproduce it on stable and the master channel ``` Could not load custom device from config index 0: Expected enabled to be...
I did `shorebird init` and tried running `shorebird doctor` parallely, As far as I know you can run flutter commands parallely
Hi @MohsinIkram-Auxilium, Thanks for filing the issue. I believe you should use `getAvailableBiometrics` to get the list of enrolled biometrics on the device. ```dart Future _getAvailableBiometrics() async { late List...
Incase that doesn't work this could be the reason https://github.com/flutter/flutter/issues/117309