vcard_dart 2.0.2
vcard_dart: ^2.0.2 copied to clipboard
A comprehensive vCard parsing and generation library supporting vCard 2.1, 3.0, and 4.0 formats with jCard and xCard representations.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add vcard_dartWith Flutter:
$ flutter pub add vcard_dartThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
vcard_dart: ^2.0.2Alternatively, 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:vcard_dart/vcard_dart.dart';