Ketan Choyal

Results 12 comments of Ketan Choyal

@pishguy Thanks you for this PR but you only added this feature in RadioButton, We need the same feature in GroupButton to make them consistent

I'll try to add this thing in the next release

@Jayvd I haven't added that property as of now but maybe in the future meanwhile you can fork it and make a PR if add it

Hey @JiteshArul thanks for this awesome PR, I'll have a look at it and merge it if it doesn't break existing code

@JiteshArul, Thanks for your PR but your code is breaking lot of previous work, I would suggest taking a look at the final output by running your code and mine

Can you explain it a bit please

Solved using this function `Future getFileFromUrl(String url) async { try { var data = await http.get(url); var bytes = data.bodyBytes; var dir = await getApplicationDocumentsDirectory(); String fileName = createCryptoRandomString(8); File...

can you explain this a bit