bom 1.1.1 copy "bom: ^1.1.1" to clipboard
bom: ^1.1.1 copied to clipboard

byte order mark (BOM) detection

1.1.1 #

  • dart 3.
  • Use tuples in UnicodeEncoding.fromBom.
  • lints 4.

1.1.0 #

  • You can now pass any Iterable<int> to UnicodeEncoding.fromBom, not just Lists

1.0.0 #

  • Initial version.