minor fix to contact fetcher

This commit is contained in:
2026-03-27 11:46:10 +02:00
parent 231fbe4cd3
commit d010ec75eb

View File

@@ -1,3 +1,4 @@
import 'package:flutter/foundation.dart';
import 'package:flutter/material.dart';
import 'package:flutter_contacts/flutter_contacts.dart';
import 'package:go_router/go_router.dart';
@@ -325,6 +326,7 @@ class _PayScreenState extends State<PayScreen> with TickerProviderStateMixin {
'Debit Phone Number',
style: TextStyle(fontSize: 16, fontWeight: FontWeight.w500),
),
if(!kIsWeb)
TextButton(
onPressed: () async {
if (await FlutterContacts.requestPermission()) {