Skip to content

Commit

Permalink
# 6.0.0-non-null-safety
Browse files Browse the repository at this point in the history
* non-null-safety
  • Loading branch information
zmtzawqlp committed Mar 7, 2021
1 parent 1810c87 commit a0ac84c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit a0ac84c

Please sign in to comment.