contactos 2.1.0
contactos: ^2.1.0 copied to clipboard
Plugin to access and manage contacts on Android and iOS.
Changelog #
2.1.0 #
- CHANGED: Updated the Android implementation dependency to the built-in Kotlin release.
- CHANGED: Raised the minimum supported Dart SDK to
3.12.0and Flutter SDK to3.44.0. - FIXED: Updated the iOS implementation dependency to the Swift Package Manager compatibility release.
2.0.1 #
- CHANGED: Relicensed the package to MIT and aligned license references.
2.0.0 #
- CHANGED: Migrate to platform implementations
1.0.1 1.0.6 #
- CHANGED: Refactoring
- FIXED: Syntax error
- ADDED:
iOSSupport for new versions
1.0.0 #
- BREAKING CHANGES:
FormOperationErrorCodechange options:FormOperationErrorCode.FORM_OPERATION_CANCELED=>FormOperationErrorCode.canceled,FormOperationErrorCode.FORM_COULD_NOT_BE_OPEN=>FormOperationErrorCode.couldNotBeOpen,FormOperationErrorCode.FORM_OPERATION_UNKNOWN_ERROR=>FormOperationErrorCode.unknown - BREAKING CHANGES: Using of plugin from
Contactos.getContacts()toContactos.instance.getContacts() - BREAKING CHANGES: Rename depend data models:
PostaAddress=>Contact$PostalAddress,Item=>Contact$Field - BREAKING CHANGES:
Contact.toMap()=>Contact.toJson() - CHANGED: Refactoring
0.1.0 #
- REMOVED: deprecated API for
Android
0.0.6 #
- CHANGED: Refactoring
0.0.5 #
- FIXED: Formating wrong contact birthday
0.0.4 #
- CHANGED:
collectionversion>=1.19.0
0.0.3 #
- CHANGED:
metaversion>=1.15.0
0.0.2 #
- CHANGED: Refactoring
0.0.1 #
- ADDED: Initial release