Skip to content

Commit

Permalink
# 11.0.1
Browse files Browse the repository at this point in the history
* fix issue on ios after flutter version 3.7.0. #191 #198
  • Loading branch information
zmtzawqlp committed Mar 4, 2023
1 parent 2ed3c13 commit c7c148e
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 @@
# 11.0.1

* fix issue on ios after flutter version 3.7.0. #191 #198

# 11.0.0

* Migrate to 3.7.0
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: 11.0.0
version: 11.0.1
homepage: https://github.com/fluttercandies/extended_text_field

environment:
sdk: '>=2.17.0 <3.0.0'
flutter: ">=3.7.0"
dependencies:

extended_text_library: ^9.1.0
extended_text_library: ^10.0.0
flutter:
sdk: flutter
dev_dependencies:
Expand Down

0 comments on commit c7c148e

Please sign in to comment.