cr1pto

Results 6 comments of cr1pto

It turns out there was a problem with my environment. Please see here for more info: https://stackoverflow.com/questions/71812506/flutter-network-info-plus-broken-on-m1-max/71812647#71812647

It should follow the design of the other components in this library. I don't have a mockup but something basic but that follows the design choices would likely be fine.

The root cause is here: ```js (t.getParsedNumber = function (e) { console.log('getparsednumber', e); const t = e.replace(",", "."); if (!1 === isNaN(parseFloat(t))) return parseFloat(t); return null; }), ``` ```js 40393:...

Hi @AMBudnik any updates on this one? Thanks

Ok sounds good. Will await an update so I can provide this to our team.