I have created a mobile app in flutter where I need to take contacts from users Phone Book. The App seems fine with few contacts in my emulator but in when I test it with my mobile (with approximately 500 contacts) the app gets really slow. It almost takes around 3-4 minutes to load all contacts. Is there a way to make this process faster or Should I follow some other strategy to grab the contacts from the users mobile. I'm very new to Flutter. I would appreciate any suggestions. Thank you.