Elias Yishak
Elias Yishak
https://ipregistry.co/ another alternative but this has a cost... and with us having this package be open-source, we would have to expose our API key publicly.. likely not a good option
https://freeipapi.com/ this alternative seems to be free and doesn't require an API key. Website also says it is permitted for commercial use Simply running `curl https://freeipapi.com/api/json/8.8.8.8` returns json for that...
Hmm there should be some handling happening already to check for permissions here https://github.com/dart-lang/tools/blob/main/pkgs/unified_analytics/lib/src/analytics.dart#L64 Which is running the utility function defined here https://github.com/dart-lang/tools/blob/24087e1316bab779ae9fcb0166027e95b4716188/pkgs/unified_analytics/lib/src/utils.dart#L115 @busslina what does your home variable resolve...
@busslina im curious to see what would happen if you set that $HOME env variable when you execute your dart command? `HOME= dart --help`
Yeah I figured it would probably cause errors elsewhere, can you paste the full stack trace?
@christopherfujino leaving to you for prioritizing
Just seeing this now while cleaning up some issues/PRs on my end; is this still something we need to address? Apologies on the late response, I think I was OOO...
Ah yep, I just saw the revert happening in https://github.com/flutter/flutter/pull/121532, @christopherfujino is this something we still want to remove?
Hm not erroring anymore, it's working as expected..maybe a flake somewhere?
Is there a way we can guarantee they won't exceed 36 characters? If so, that would be a good alternative