Baseflow / flutter-contacts-plugin

Contact plugin for Flutter. This plugin provides a cross-platform (iOS, Android) API to read, create and update contacts from the address book.
https://baseflow.com
MIT License
40 stars 18 forks source link

/Users/zhichou/dev/flutter/.pub-cache/hosted/pub.dartlang.org/contacts_plugin-0.0.3/ios/Classes/model/Address.swift:17:16: error: use of undeclared type 'AddressType' var type : AddressType = AddressType.other #13

Closed shouhuori closed 5 years ago

shouhuori commented 5 years ago

🐛 Bug Report

<!--- Summary description of the bug --->
/Users/zhichou/dev/flutter/.pub-cache/hosted/pub.dartlang.org/contacts_plugin-0.0.3/ios/Classes/model/Address.swift:17:16: error: use of undeclared type 'AddressType'
var type : AddressType = AddressType.other

Expected behavior

Reproduction steps

Configuration

Version: 1.x

Platform:

joseph-jordan commented 5 years ago

Can you mention how you fixed this? I'm having this problem also

ChandraPrakashJangid commented 4 years ago

I am also getting this issue. Please write how you fixed?