support 0.2.3 copy "support: ^0.2.3" to clipboard
support: ^0.2.3 copied to clipboard

A collection of extension methods and helper classes for Dart projects.

example/README.md

Examples #

String #

String.after() Return the remainder of a string after the first occurrence of a given value.

String.afterLast() Return the remainder of a string after the last occurrence of a given value.

String.before() Get the portion of a string before the first occurrence of a given value.

String.beforeLast() Get the portion of a string before the last occurrence of a given value.

String.reverse() Reverse the given string.

1
likes
0
points
303
downloads

Publisher

unverified uploader

Weekly Downloads

A collection of extension methods and helper classes for Dart projects.

Repository (GitHub)
View/report issues

License

unknown (license)

More

Packages that depend on support