Natesh Bhat

Results 203 comments of Natesh Bhat

``` String decrypt(String publicKey, Uint8List encryptedData) { final rsaPublicKey = RSAKeyParser().parse(publicKey); final encrypter = Encrypter(RSA(publicKey: rsaPublicKey)); final encrypted = Encrypted(encryptedData); return encrypter.decrypt(encrypted); } ``` Error occurs in line `encrypter.decrypt(encrypted)` The...

@avkonst the documentation says that : > The state is created by [createState](https://hookstate.js.org/docs/typedoc-hookstate-core#createstate). The first argument is the initial state value. The result value is an instance of [State](https://hookstate.js.org/docs/typedoc-hookstate-core#state), which...

@avkonst The example in the documentation doesn't show how to subscribe for the state from outside the component and looks like ur passing the subscribable extention into the usehookstate hook...

can we close this issue ? @TheComputerM

Can you raise a PR for this issue? @CesarArellano

> @nateshmbhat Of course, with pleasure, give the permission and I will do it 😁 Yes please 😅

@CesarArellano You can't push directly, you have to raise a Pull request

That sounds nice 👍 It would helpful if you can mention the link to this repo in our project crediting the original code. Do shower some stars 🌟😄