contact_card 0.0.5
contact_card: ^0.0.5 copied to clipboard
A dart library to work with MeCard and vCard in their different versions. Create MeCard or vCard objects from text and vice versa.
0.0.5 VCard 1.0 #
- vCard 1.0
- Convert plain text to dart object
- Convert dart object to plain text
- copyWith function
0.0.4 MeCard fixes #
- Specification that the MeCard being represented is version 2.1
- Added bool for deciding whether to do a semicolons end check.
0.0.3 Videophone added to MeCard #
- Videophone added to MeCard
0.0.2 Documentation #
- MeCard documentation added
- Errors documentation added
0.0.1 First release #
-
MeCard
- Convert plain text to dart object
- Convert dart object to plain text
- copyWith function
-
Card Parsing Errors
- CardParsingError
- MeCardParsingError
- VCardParsingError