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).
1.0.2 #
- Add new types
- Add more documentation
- Fix multi-line parsing (https://github.com/frknkrc44/vcf_dart/issues/1)
- Other fixes and improvements
1.0.1 #
- Make VCardStack's
ìtems
variable visible and remove list modification functions - Add VCardNameParameter type for name parameters
1.0.0 #
- Initial release