Update: 2026-06-11 13:47:39
This commit is contained in:
@@ -23,9 +23,9 @@ class RatingController extends GetxController {
|
||||
void _redirectToAppStore() async {
|
||||
// URLs for App Store and Google Play Store
|
||||
const appStoreUrl =
|
||||
'https://apps.apple.com/st/app/intaleq-driver/id6482995159';
|
||||
'https://apps.apple.com/st/app/siro-driver/id6482995159';
|
||||
const playStoreUrl =
|
||||
'https://play.google.com/store/apps/details?id=com.intaleq_driver';
|
||||
'https://play.google.com/store/apps/details?id=com.siro_driver';
|
||||
final url = GetPlatform.isIOS ? appStoreUrl : playStoreUrl;
|
||||
|
||||
if (await launchUrl(Uri.parse(url))) {
|
||||
|
||||
Reference in New Issue
Block a user