contacts_bridge 1.0.2 copy "contacts_bridge: ^1.0.2" to clipboard
contacts_bridge: ^1.0.2 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 Dart:

 $ dart pub add contacts_bridge

With Flutter:

 $ flutter pub add contacts_bridge

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

dependencies:
  contacts_bridge: ^1.0.2

Alternatively, your editor might support dart pub get or 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
0
points
20
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

License

unknown (license)

Dependencies

collection, equatable, flutter, meta, plugin_platform_interface

More

Packages that depend on contacts_bridge

Packages that implement contacts_bridge