From 915ca33d16733b606f927129bf710835d07ad961 Mon Sep 17 00:00:00 2001 From: Alexandre Roux Date: Thu, 24 Oct 2024 12:30:21 +0200 Subject: [PATCH] [fs_shim] v2.3.3 --- fs/CHANGELOG.md | 4 ++++ fs/pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/fs/CHANGELOG.md b/fs/CHANGELOG.md index 44c5d20..a7f6c9d 100644 --- a/fs/CHANGELOG.md +++ b/fs/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.3.3 + +* Add `Directory.emptyOrCreate()` helper in utils read_write (fs and io) + ## 2.3.2+3 * Add writeLines/readLines and io lines helpers diff --git a/fs/pubspec.yaml b/fs/pubspec.yaml index e05b185..6d3ad66 100644 --- a/fs/pubspec.yaml +++ b/fs/pubspec.yaml @@ -1,6 +1,6 @@ name: fs_shim description: A portable file system implementation working on io, browser and memory (through idb_shim) -version: 2.3.2+3 +version: 2.3.3 homepage: https://github.com/tekartik/fs_shim.dart/tree/master/fs environment: