strings 2.0.0 copy "strings: ^2.0.0" to clipboard
strings: ^2.0.0 copied to clipboard

Provides a set of String related aimed at extending the core String class and provide safer methods for working with nullable strings and strings in general.

2.0.0-beta.3 #

  • added documentation link to pubspec
  • added onepub logo

2.0.0-beta.2 #

  • Fixed broken links on the readme page.

2.0.0-beta.1 #

BREAKING #

  • the right method has been redefined to be in keeping with the conventional use of right() For existing code that uses the old version of right use string.substring(fromRight);
  • All methods are now exposed as static methods of the 'Strings' class.

1.0.0 #

  • Initial release
47
likes
0
pub points
91%
popularity

Publisher

verified publisheronepub.dev

Provides a set of String related aimed at extending the core String class and provide safer methods for working with nullable strings and strings in general.

Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (license)

Dependencies

characters, unicode

More

Packages that depend on strings