contacts_provider 0.1.4 copy "contacts_provider: ^0.1.4" to clipboard
contacts_provider: ^0.1.4 copied to clipboard

Flutter package for observing contact changes, and providing onDelete, onCreate, onUpdate and onChange events.

0.1.4 #

  • separate stream for contacts list to be delivered to builder
  • type safety to the streams
  • make stream controllers private
  • ContactBuilder now listens to only list list stream.
  • Exported only streams and hid the controllers

0.1.3 #

  • Enable passing event handlers from provider and hide the interfaces
  • Make contacts property final
  • Removed implicit contact provider and merged it with the inherited widget

0.1.2 #

  • Added inherited widget to provider contacts down to the tree
  • Added contacts provider for cleaner interface

0.1.1 #

  • Fixed the bug where delegate was not sending events on very first load.

0.1.0 #

  • Initial implementation of the contacts_provider package.
1
likes
110
pub points
36%
popularity

Publisher

unverified uploader

Flutter package for observing contact changes, and providing onDelete, onCreate, onUpdate and onChange events.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

contacts_service, flutter, listentocontacts, permission_handler, rxdart, shared_preferences

More

Packages that depend on contacts_provider