system_contact_picker 0.0.2
system_contact_picker: ^0.0.2 copied to clipboard
Native Flutter contact picker using Android 17 Contact Picker, Android legacy fallback, and iOS ContactsUI.
0.0.2 #
- Documented the complete public Dart API.
- Added Swift Package Manager support for iOS.
- Preserved CocoaPods support with a shared Swift source layout.
0.0.1 #
- Initial Android and iOS system contact picker plugin.
- Added Android 17 Contact Picker support with session URI querying.
- Added legacy Android fallback with
READ_CONTACTSscoped to API 36 and below. - Added iOS
CNContactPickerViewControllerimplementation.