simple_vcard_parser 0.2.0 copy "simple_vcard_parser: ^0.2.0" to clipboard
simple_vcard_parser: ^0.2.0 copied to clipboard

A simple and easy to use parser to extract information from a standard vCard string. Major vCard properties from versions 2.1, 3.0, 4.0 are supported.

Changelog #

[0.1.0] - 01-10-2020 #

  • Initial release.

[0.1.1] - 01-10-2020 #

  • Minor fixes.

[0.1.2] - 01-10-2020 #

  • email getter fix.

[0.1.3] - 06-10-2020 #

  • better support for typed telephones (typedTelephone getter).

[0.1.4] - 12-10-2020 #

  • Added support for gender property.
  • Properties such as N and FN (Name and FormattedName) will not crash if it contains any parameters like CHARSET or TYPE.
  • telephone getter is deprecated, typedTelephone should be used instead.
  • fixed a bug where lowercase tags are not detected.

[0.1.5] - 13-10-2020 #

  • Minor bug fix.

[0.1.6] - 13-10-2020 #

  • Bug fixes.
  • Added typedAdress and typedEmail getters.
  • Added birthday, note and nickname getters.
  • Added print_lines method.
  • Deprecated email getter.

[0.2.0] - 18-08-2022 #

  • Null Safety
9
likes
120
pub points
81%
popularity

Publisher

unverified uploader

A simple and easy to use parser to extract information from a standard vCard string. Major vCard properties from versions 2.1, 3.0, 4.0 are supported.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

More

Packages that depend on simple_vcard_parser