vcf_dart 1.0.2
vcf_dart: ^1.0.2 copied to clipboard
A VCF (VCard) file parser from scratch. It contains support for VCard 2.x-4.x (except the AGENT type).
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add vcf_dartWith Flutter:
$ flutter pub add vcf_dartThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
vcf_dart: ^1.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:vcf_dart/vcf_dart.dart';