vcard_dart 2.0.0 copy "vcard_dart: ^2.0.0" to clipboard
vcard_dart: ^2.0.0 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_dart

With Flutter:

 $ flutter pub add vcard_dart

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

dependencies:
  vcard_dart: ^2.0.0

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:vcard_dart/vcard_dart.dart';
1
likes
160
points
--
downloads

Publisher

verified publisherfluttercandies.com

Weekly Downloads

A comprehensive vCard parsing and generation library supporting vCard 2.1, 3.0, and 4.0 formats with jCard and xCard representations.

Repository (GitHub)
View/report issues
Contributing

Topics

#vcard #vcf #jcard #xcard #contacts

License

MIT (license)

More

Packages that depend on vcard_dart