stringly 0.0.1
stringly: ^0.0.1 copied to clipboard
Stringly is a lightweight Dart package that provides unique and easy-to-use string utilities such as reversing, capitalizing, title casing, removing extra spaces, and more. Perfect for Flutter and [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add stringlyThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
stringly: ^0.0.1Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:stringly/stringly.dart';