fluttercommunity / fluttercommunity/community
What is similar code Buffer.from("String","hex") in flutter
Open
discussion
- Dominant language
- No language data
- Stars
- 1.7k
- Forks
- 128
- PR merge metrics
- No merged PRs in 30d
Description
# Discussion: [What is similar code Buffer.from("String","hex") in flutter]
I have the below code in node.js and I want to do the same code in a flutter.
## Summary
[how to achieve buffer in a flutter.]
```
var iv = 'any string';
iv = new Buffer.from(iv, "hex");
```
[StakeOverflow](https://stackoverflow.com/questions/70847193/what-is-similar-code-buffer-fromstring-hex-in-flutter)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.