fluttercommunity / flutter_contacts

Contacts Service - A Flutter plugin to retrieve and manage contacts on Android and iOS devices. Maintainer: @lukasgit
https://pub.dev/packages/contacts_service
MIT License
153 stars 69 forks source link

Added test for plugin dart code and code coverage report #30

Closed mmcc007 closed 6 years ago

mmcc007 commented 6 years ago

While testing a flutter app that uses this plugin, I had to mock the plugin's service calls. I figured this might be useful for this project. Let me know if interested.

mmcc007 commented 6 years ago

Should be good to go after enabling travis and coveralls 👍

clovisnicolas commented 6 years ago

Thanks for the PR, much appreciated