contacts_bridge 1.0.3
contacts_bridge: ^1.0.3 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_bridgeWith Flutter:
$ flutter pub add contacts_bridgeThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
contacts_bridge: ^1.0.3Alternatively, 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';