Update changelog.
1 file changed
tree: 17169ec2bb14f8c84d7509308cbf459997d24c7e
  1. .vscode/
  2. benchmark/
  3. lib/
  4. test/
  5. third_party/
  6. .gitignore
  7. .travis.yml
  8. AUTHORS
  9. CHANGELOG.md
  10. LICENSE
  11. pubspec.yaml
  12. README.md
README.md

Build Status

NOTE: This package is considered experimental, and breaking API changes are to be expected.

Characters are strings viewed as sequences of user-perceived characters, also know as Unicode (extended) grapheme clusters.

The Characters class allows access to the individual characters of a string, and a way to navigate back and forth between them using a CharacterRange.