From afc24ac26dd6b9a1c3d651007f2faf8bbdccc8d0 Mon Sep 17 00:00:00 2001 From: Navaron Bracke Date: Wed, 28 Aug 2024 22:19:47 +0200 Subject: [PATCH] [shared_preferences] Fix typo in changelog (#7523) This PR fixes a typo in the changelog of shared_preferences, relating to what Dart / Flutter version are supported from version 2.3.2 onwards Fixes https://github.com/flutter/flutter/issues/154177 I'm not sure if this requires a version change. Does it fall under "Updating the minimum Dart or Flutter SDK for all packages when we adjust our test matrix." ? Although, developers probably want to see this corrected on Pub, so that would require a version change? --- packages/shared_preferences/shared_preferences/CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/shared_preferences/shared_preferences/CHANGELOG.md b/packages/shared_preferences/shared_preferences/CHANGELOG.md index 31879ef3f25d..717cfdcd80d7 100644 --- a/packages/shared_preferences/shared_preferences/CHANGELOG.md +++ b/packages/shared_preferences/shared_preferences/CHANGELOG.md @@ -2,7 +2,6 @@ * Removes outdated testing information from README. * Updates minimum supported SDK version to Flutter 3.22/Dart 3.4. -* Updates minimum supported SDK version to Flutter 3.19/Dart 3.3. ## 2.3.1