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.
Libraries
- extended_string
- The
extended_stringpackage. Import this file to use the package in your project.