s0nerik / fast_contacts

A faster way of accessing device's contacts list in Flutter
MIT License
15 stars 16 forks source link

MissingPluginException #28

Open PrinceMuteh opened 2 weeks ago

PrinceMuteh commented 2 weeks ago

Exception has occurred. MissingPluginException (MissingPluginException(No implementation found for method clearFetchedContacts on channel com.github.s0nerik.fast_contacts))

s0nerik commented 2 weeks ago

This may happen during a hot reload after installing/upgrading a plugin. MethodChannel-based plugins require full app rebuild to initialize properly. Is that your case?