Skip to content

Commit

Permalink
# 9.0.3
Browse files Browse the repository at this point in the history
* Fix hittest is not right #131
  • Loading branch information
zmtzawqlp committed Jan 2, 2022
1 parent 40c4b53 commit f37f9fe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 9.0.3

* Fix hittest is not right #131

# 9.0.2

* Fix selectionWidthStyle and selectionHeightStyle are not working.
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
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: 9.0.2
version: 9.0.3
homepage: https://github.com/fluttercandies/extended_text_field

environment:
sdk: '>=2.13.0 <3.0.0'
flutter: ">=2.8.0"
dependencies:

extended_text_library: ^8.0.1
extended_text_library: ^8.0.2

flutter:
sdk: flutter
Expand Down

0 comments on commit f37f9fe

Please sign in to comment.