string_ext 0.2.0 copy "string_ext: ^0.2.0" to clipboard
string_ext: ^0.2.0 copied to clipboard

Dart extension methods for String. Provides a more convenient and powerful API for working with strings.

[0.2.0] - 2021-08-11 #

  • Migrated to null safety.

[0.1.2] - 2021-08-11 #

  • Method firstToLower() - converts first character in the string to lower case.
  • Added innim_lint analysis ruleset.

[0.1.1] - 2021-04-07 #

  • Method chunks() - splits string by chunk with defined size.

[0.1.0] - 2020-10-16 #

  • Getter isNullOrEmpty - returns true if the string is null or empty.
  • Getter isNotNullNorEmpty - returns true if the string is not null and not empty.
  • Method firstToUpper() - converts first character in the string to upper case.
4
likes
130
pub points
84%
popularity

Publisher

verified publisherinnim.ru

Dart extension methods for String. Provides a more convenient and powerful API for working with strings.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

More

Packages that depend on string_ext