crazyfeyns_first_package Description crazyfeyns_first_package is a simple Dart package designed to provide utility functions for string manipulation. This package aims to simplify common string operations, making it easier for developers to handle and manipulate strings in their Dart applications.
Version 1.0.2
Repository GitHub Repository
Features String Reversal: Reverse the characters in a string. Capitalize Words: Capitalize the first letter of each word in a string. Trim Whitespace: Remove leading and trailing whitespace from a string. Check Palindrome: Check if a string is a palindrome. Count Vowels and Consonants: Count the number of vowels and consonants in a string.