1. Anuncie Aqui ! Entre em contato fdantas@4each.com.br

[Flutter] Flutter contact loading takes so much time

Discussão em 'Mobile' iniciado por Stack, Outubro 16, 2024 às 05:53.

  1. Stack

    Stack Membro Participativo

    I want to load all phone contact. For loading contact I am using contact_service package. But this takes so much time almost 5-12 sec. In native Android it takes almost no time. Is there any alternative solution for this problem?

    My code:

    getContacts() async{
    var contacts = await ContactsService.getContacts();

    setState(() {
    _contacts = contacts;
    }

    }

    Continue reading...

Compartilhe esta Página