vy_string_utils
Collection of simple string and other types utilities.
0.4.7
29K downloads/mo
#1887 most downloaded on pub.dev
giorgiofran/vy_string_utils
What this package is like to depend on
Last release 6 months ago
14 Feb 2026
Release timing varies
gaps range from 3 weeks to 1.7 years
Nearly every release is documented
notes for 10 of 10 stable releases
Nothing withdrawn
no release was ever pulled
6 years old
11 releases · first in 2020
1 release in the last 12 months
see the full history below
Release timeline
11 releases · Feb 2020 to Feb 2026
2021
2022
2023
2024
2025
2026
Releases
latest 11-
0.4.714 Feb 2026 -
0.4.615 Jun 2024 -
0.4.522 Oct 2022 -
0.4.403 Sep 2022 -
0.4.324 Nov 2021Release notes
Open source →New string methods:
- startsAndEndsWith() - Verifies if the string starts and ends with the same given delimiter
- trimDelimiters() - If the string starts and ends with the same given delimiter, those are removed
- trimStringDelimiters() If the string starts and ends with the same string delimiter, those are removed
-
0.4.225 Sep 2021Release notes
Open source →- fix in
splitInLines()whenfirstLineDecreaseparm is greater thanlineLengthone.
- fix in
-
0.4.103 Sep 2021 -
0.4.027 Mar 2021 -
0.4.0-nullsafety11 Dec 2020 pre-releaseRelease notes
Open source →- Breaking change: assuming that now null values are easier to detect, most of the methods requires a non null value. Only the
filledandunfilledmethods still accepts null values.
- Breaking change: assuming that now null values are easier to detect, most of the methods requires a non null value. Only the
-
0.3.305 Apr 2020Release notes
Open source →- 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.223 Feb 2020