Skip to content

Fix get Country#918

Merged
zaelgohary merged 3 commits into
developmentfrom
development_fix_getCountry
Feb 13, 2025
Merged

Fix get Country#918
zaelgohary merged 3 commits into
developmentfrom
development_fix_getCountry

Conversation

@zaelgohary
Copy link
Copy Markdown
Contributor

@zaelgohary zaelgohary commented Feb 12, 2025

Changes

  • Rename verifyNow method, use diff country API

Related Issues

Tested Scenarios

  • Open edit phone dialogue

Comment thread app/lib/services/phone_service.dart Outdated
Future<Response> getCountry() async {
Uri url = Uri.parse('https://ipinfo.io/country');
Future<String> getCountry() async {
Uri url = Uri.parse('https://freegeoip.app/json/');
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe we can use our geoip service https://geoip.grid.tf

@zaelgohary zaelgohary merged commit 66dfa2b into development Feb 13, 2025
@zaelgohary zaelgohary deleted the development_fix_getCountry branch February 13, 2025 10:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants