essential_utils 0.0.1
essential_utils: ^0.0.1 copied to clipboard
Essential Utils: A comprehensive suite of utilities designed to enhance Flutter development. This package includes DateUtils for efficient date handling, StringUtils for advanced string operations, an [...]
Changelog #
All notable changes to the Essential Utils project will be documented in this file. The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[Unreleased] #
- Initial planning and design.
0.0.1 - 2024-04-27 #
Added #
DateUtilswith functions for formatting dates (formatAsUsDate) and computing "time ago" (timeAgoSinceDate).StringUtilswith methods to capitalize words (capitalizeWords) and check for palindromes (isPalindrome).ColorUtilswith functionality to createMaterialColorfrom any color (createMaterialColor) and to determine the best contrasting font color (getBestFontColor).