From c7c148e25fbc9d6be87a4823509aadb83f7525ae Mon Sep 17 00:00:00 2001 From: zmtzawqlp Date: Fri, 3 Mar 2023 22:35:35 +0800 Subject: [PATCH] # 11.0.1 * fix issue on ios after flutter version 3.7.0. #191 #198 --- CHANGELOG.md | 4 ++++ pubspec.yaml | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3a7345..be30421 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 11.0.1 + +* fix issue on ios after flutter version 3.7.0. #191 #198 + # 11.0.0 * Migrate to 3.7.0 diff --git a/pubspec.yaml b/pubspec.yaml index 9e645f6..2678baf 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: extended_text_field description: Extended official text field to build special text like inline image, @somebody, custom background etc quickly.It also support to build custom seleciton toolbar and handles. -version: 11.0.0 +version: 11.0.1 homepage: https://github.com/fluttercandies/extended_text_field environment: @@ -8,7 +8,7 @@ environment: flutter: ">=3.7.0" dependencies: - extended_text_library: ^9.1.0 + extended_text_library: ^10.0.0 flutter: sdk: flutter dev_dependencies: