plist_parser 0.0.9 copy "plist_parser: ^0.0.9" to clipboard
plist_parser: ^0.0.9 copied to clipboard

outdated

A Flutter Plugin for Plist parser supporting XML and Binary formats.

0.0.9 #

  • Fix: Allow whitespaces in value of data type.
  • Fix: Allow only bplist00 in binary type.
  • Fix: Fixed the issue of integer decoding of binary plist.
  • Improve: Optimize binary plist decode.

[Breaking Changes]:

  • Fix: Return binary value of data type as Uint8List rather than as a invalid string.

0.0.8 #

  • Fix: Updated XML dependency version.
  • Fix: Updated Dart SDK minimum version to 2.16.0

0.0.7 #

  • Add: Added lints dependency.
  • Fix: Modify code formats.

0.0.6 #

  • Fix: Fixed the parsing issue of binary parser.

0.0.5 #

  • Fix: Fixed to support unicode data format.

0.0.4 #

  • Doc: Simplified the sample code and README.md

0.0.3 #

  • Add: Support parse type detection with typeDetection parameter.
  • Add: Test cases.
  • Fix: fixed that bool value was opposite for binary parser.

0.0.2 #

  • Remove: Removed unused dependencies.

0.0.1 #

  • Initial version.
12
likes
0
points
9.42k
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter Plugin for Plist parser supporting XML and Binary formats.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

meta, xml

More

Packages that depend on plist_parser