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 [...]
Stringly #
Stringly is a lightweight Dart package that provides handy string utilities such as reversing, capitalizing, title casing, removing extra spaces, and more.
Perfect for Flutter and Dart developers who need simple string helpers.
Features #
- ✅ Reverse a string
- ✅ Capitalize first letter
- ✅ Convert to title case
- ✅ Remove extra spaces
- ✅ More utilities coming soon!
Installation #
Add to your pubspec.yaml:
dependencies:
stringly: ^0.0.1