extended_string 1.0.0
extended_string: ^1.0.0 copied to clipboard
Useful extensions over dart's built-in `String` data type.
extended_string #
Useful extensions over dart's built-in String data type.
Installation #
From pub.dev
Add this to your pubspec.yaml
dependencies:
extended_string: ^1.0.0
Or, From Git repo
dependencies:
extended_string:
git:
url: https://github.com/Ragibn5/dart-flutter-packages.git
path: extended_string
ref: extended_string-1.0.0
Example #
See the example for a complete demonstration.