flutter_contact 0.9.1+8 copy "flutter_contact: ^0.9.1+8" to clipboard
flutter_contact: ^0.9.1+8 copied to clipboard

A Flutter plugin to retrieve, create and save contacts and contact-related events on Android and iOS devices.

[0.9.1+8] #

  • Prepare for publish

[0.9.1+7] #

  • Dont return avatar

[0.9.1+6] #

  • Fixing reverse type mapping for events.

[0.8.1+3] #

  • Updating gemfile Upgrading dependencies Updating dependencies

0.8.1-nullsafety #

  • Introduced null-safety
  • Changed underlying date library to improve date parsing. This will require changing DateComponents references to FlexiDate

0.6.4 #

  • Fixed issue with lastModified timestamp on Android.
  • Improved permissions and split example project into different files

0.6.3 #

  • Fixed issue where company was returned instead of jobTitle (thanks to Martin Krupa)

0.6.2 #

  • Fixed issue fetching contact by id.
  • Added example of full-text search using full_text_search plugin to the example

0.6.1 #

There shouldn't be any breaking changes, but there are significant changes to how things work under the hood

  • Contacts is duplicated as UnifiedContacts and SingleContacts, to allow access to aggregated contacts, or the raw unlinked contacts
  • Parameter withUnifyInfo on getContact and getContacts will produce information about how contacts are linked. It's more expensive, and therefore disabled by default on getContacts
  • Removed any java8 dependencies

0.5.4 #

Merged several PRs from the community. Thanks to:

  • MrHarcombe
  • tkeithblack
  • SamiKouati
  • worldbucks

0.5.2 #

0.5.1 #

  • Introduce sunny_dart dependency, updating minor version for slight changes.

0.4.15 #

  • Fixing bug with non-completing futures on Android

0.4.14 #

  • Fixing bug with paging iterable that attempted to publish after the stream was closed

0.4.13 #

  • Fixing contact events on ios

0.4.10 #

  • Improving docs

0.4.9 #

  • Getting Android up to speed

0.4.8 #

  • Adding documentation
  • Working on CI setup

0.4.7+10 #

  • Adding sort order

0.4.7+9 #

  • Fixing issue with fetching full-res images

0.4.7+8 #

  • Improved performance of count
  • Beefed up example screen to handle search and other features.
  • Known issue: this build doesn't work for Android

0.4.7+7 #

  • Move all ios operation to background as .userInitiated
  • Provide convenience getter for fetching contact avatar.

0.4.7+6 #

  • Fixing ios paging logic

0.4.7+5 #

  • Added streaming methods for improved performance

0.4.7+4 #

  • Fixing issue with copying identifier
  • Also improved error handling

0.4.7+3 #

  • Added removeDuplicates function to contact
  • Fixed some issues with dates (specifically birthday on IOS)

0.4.6 #

  • Fixed exports

0.4.5 #

  • Changed how dates are handled - more closely aligning to DateComponents in ios - will use a kotlin class for Android eventually

0.4.4 #

  • Initial checkin
60
likes
110
pub points
78%
popularity

Publisher

verified publishersunnyapp.co

A Flutter plugin to retrieve, create and save contacts and contact-related events on Android and iOS devices.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

collection, dartxx, equatable, flexidate, flutter, intl, logging, logging_config, quiver, uuid

More

Packages that depend on flutter_contact