Dhruv Maradiya
Dhruv Maradiya
## Implement `randomUUID` in `webcrypto.dart` ### Changes - Added `randomUUID()` method. - Followed the [W3C Web Crypto API](https://w3c.github.io/webcrypto/#Crypto-method-randomUUID) specification. - Checked BoringSSL but couldn't find an existing `randomUUID` implementation, so...
Fixes #1090 by updating the DOM parser to handle `` elements and insert line breaks (`\n`) when converting HTML content to plain text. Initially, I thought adding a simple condition...
### Description Fixes #1801 by adding `toJson` method in `Pubspec` class. ### Changes - Added the `toJson` serializable to serialize object into `map`. - Added tests to validate functionality round-trip...
### What does it do? This PR manually handles the tab behavior for the combobox used to select the folder location, which is implemented using the `react-select` library. It also...
I am using workos authkit and after refreshing the session `result.authenticated` is `false` and `reason` is `The token is not yet valid (iat)`. Issue only appears after refreshing the session....
### Description Fixes #1801 by adding `toJson` method in `Pubspec` class. ### Changes - Added the `toJson` serializable to serialize object into `map`. - Added tests to validate functionality round-trip...