From a0ac84c2f55a677e46776854f5e2777a2f5c567b Mon Sep 17 00:00:00 2001 From: zmtzawqlp Date: Sun, 7 Mar 2021 22:40:55 +0800 Subject: [PATCH] # 6.0.0-non-null-safety * non-null-safety --- CHANGELOG.md | 11 +++++++---- pubspec.yaml | 6 +++--- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0883fe..f97605e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,20 +1,23 @@ +# 6.0.0-non-null-safety + +* non-null-safety ## 5.0.4 * Fix toolbar is not show after some behaviour #107 - + ## 5.0.3 * Fix miss TextStyle for specialTextSpanBuilder #89 - + ## 5.0.2 * Fix wrong position of caret - + ## 5.0.1 * change handleSpecialText to hasSpecialInlineSpanBase(extended_text_library) * add hasPlaceholderSpan(extended_text_library) - + ## 5.0.0 * Merge from Flutter v1.22 diff --git a/pubspec.yaml b/pubspec.yaml index 4914f29..dc395d1 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,15 +1,15 @@ 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: 5.0.4 +version: 6.0.0-non-null-safety homepage: https://github.com/fluttercandies/extended_text_field environment: - sdk: ">=2.6.0 <3.0.0" + sdk: ">=2.6.0 <2.12.0" flutter: ">=1.22.0" dependencies: - extended_text_library: ^4.0.3 + extended_text_library: ^5.0.0-non-null-safety flutter: sdk: flutter