Baseflow / Baseflow/flutter-contacts-plugin
MissingPluginException (MissingPluginException(No implementation found for method checkPermissionStatus on channel flutter.baseflow.com/permissions/methods))
Open
- Dominant language
- Dart
- Stars
- 39
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Description
## 💬 Questions and Help
For questions or help we recommend checking:
- The [Flutter tag in Stack Overflow](https://stackoverflow.com/questions/tagged/flutter)
```flutter
onTap: () async {
List contacts =
await ContactsPlugin().getContacts();
print(contacts);
},
```
Contributor guide
Assessment
This issue has not been assessed yet.