Uriel

Results 14 comments of Uriel

looks like the one in GetConnect is a 8 bytes while Gin requires a 16 byte one: `var key = base64.encode(List.generate(8, (_) => r.nextInt(255)));` you should change that 8 for...

> > > The problem is that there is regression from Flutter engine and there is little we can do ourselves about it. The paybutton is made by Stripe and...

It's the toot to check if the generated password is OK, it doesn't works in Linux you have to replace with "/usr/bin/unrar"

Hi @DennisMuchiri, You can use this: `Svg( '', svgGetter: (key) async { return Base64Decoder().convert("BASE64STRING"); } )`