Enable pedantic lints and fix to meet (#10)

4 files changed
tree: 1be856060b5f6981dc5617bc715d6d45c3a12dd6
  1. .vscode/
  2. benchmark/
  3. lib/
  4. test/
  5. third_party/
  6. .gitignore
  7. .travis.yml
  8. analysis_options.yaml
  9. AUTHORS
  10. CHANGELOG.md
  11. LICENSE
  12. pubspec.yaml
  13. 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.