vy_string_utils 0.4.0-nullsafety vy_string_utils: ^0.4.0-nullsafety copied to clipboard
Collection of simple string Utilities.
Changelog #
0.4.0-nullsafety #
- Breaking change: assuming that now null values are easier to detect, most of the methods requires a non null value. Only the
filled
andunfilled
methods still accepts null values.
0.3.3 #
- Renamed capitalize() into capitalizeAndLowercase(). A deprecated capitalize() method has been created. In the future will be removed.
- Added simple DateTime formatter for logs.
- Added capitalizeRestUnchanged() and uncapitalizeRestUnchanged() methods
0.3.2 #
- Completed all the extension methods
0.3.0 #
- Moved to Dart 2.7.1
- Created extension methods
0.2.1 #
- Fixed a minor error in splitInLines() method
0.2.0 #
- Removed source analysis classes. They will be part of a new package.
- Changed the splitInLines() Method. Now it is possible to set a different length for the first line.
0.1.1 #
- Fixed a minor error during source analysis
0.1.0 #
- Initial version