contacts_bridge 1.0.5 copy "contacts_bridge: ^1.0.5" to clipboard
contacts_bridge: ^1.0.5 copied to clipboard

A modern Flutter plugin for managing device contacts with support for Android, iOS, and macOS. Features comprehensive contact operations, group management, and permission handling.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add contacts_bridge

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  contacts_bridge: ^1.0.5

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:contacts_bridge/contacts_bridge.dart';
1
likes
150
points
251
downloads

Publisher

verified publisherahmetaydin.dev

Weekly Downloads

A modern Flutter plugin for managing device contacts with support for Android, iOS, and macOS. Features comprehensive contact operations, group management, and permission handling.

Repository (GitHub)
View/report issues

Topics

#contacts #flutter-plugin #address-book #cross-platform #native-integration

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

collection, equatable, flutter, meta, plugin_platform_interface

More

Packages that depend on contacts_bridge

Packages that implement contacts_bridge