contacts_bridge 1.0.5
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';