Nabeel Parkar
Nabeel Parkar
Chat UI messes up when zooming the page and resetting it again Steps to reproduce the behavior: 1. Zoom the page using CTRL + + or CMD + + 2....
"GlobalKey was used multiple times" when navigating back using browser back button (nested routes)
Here's the full error: ``` The following assertion was thrown building WillPopScope(dependencies: [_ModalScopeStatus], state: _WillPopScopeState#8662c): A GlobalKey was used multiple times inside one widget's child list. The offending GlobalKey was:...
New Docs
- Initial protocol template - Implement sidebar changes ### Description ### Related issues ### Release Summary ### Checklist - I read the [Contributor Guide](../CONTRIBUTING.md) and followed the process outlined there...
### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it The icons along the tab bar and file name on top of...
Since we have had Dart 3, we have access to sealed classes. I propose we migrate the `Result` class to `sealed` instead of `abstract`. I have done so in a...
This PR aims to make the exceptions in this library more idiomatic with Dart conventions. This also helps solve linting errors with stronger lint configurations such as ones found on...
`luthor` should support the following string validations (taken from https://zod.dev/?id=strings): - [x] #2 - [x] #3 - [x] #4 - [x] #5 - [x] #6 - [x] #7 - [x]...