split
methods on Characters
and CharacterRange
.Added an extension method on String
to allow easy access to the Characters
of the string:
print('The first character is: ' + myString.characters.first)
Updated Dart SDK dependency to Dart 2.6.0
example/main.dart