How to determine country code in Flutter web

Viewed 181

I need to assess which country the user is in. In Flutter android/iOS I usually would have used dart:io and collected the info by checking Platform.localeName... but this seems not to work in flutter web as the io package is not supported in web. Do I need to determine it by ip address? Is that possible? Any alternative suggestions of how to get the country code would be grateful

0 Answers
Related