libgenai / devtoolbox

Collection of offline utilities for developers
Other
86 stars 5 forks source link

Feature - Text to QR code generator #15

Open Harishwarrior opened 1 year ago

Harishwarrior commented 1 year ago

Add Text to QR generator. Currently, we mostly use random websites to generate QR codes. @nileshtrivedi What do you think?

nileshtrivedi commented 1 year ago

@Harishwarrior Yes, that would be a good tool. https://github.com/gchq/CyberChef includes tools for generating and parsing QR codes. So, if we could fix #4 , we would get this feature for free. But that is blocked by some limitations in the Flutter platform.

Harishwarrior commented 1 year ago

@Harishwarrior Yes, that would be a good tool. https://github.com/gchq/CyberChef includes tools for generating and parsing QR codes. So, if we could fix #4 , we would get this feature for free. But that is blocked by some limitations in the Flutter platform.

This is a good tool. But, we can build those tools in pure dart.