Skip to content

Commit

Permalink
## 5.0.2
Browse files Browse the repository at this point in the history
* Fix wrong position of caret
  • Loading branch information
zmtzawqlp committed Nov 30, 2020
1 parent 424bc03 commit 8026bcb
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 501 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 5.0.2

* Fix wrong position of caret

## 5.0.1

* change handleSpecialText to hasSpecialInlineSpanBase(extended_text_library)
Expand Down
17 changes: 10 additions & 7 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: example
description: A new Flutter application.

publish_to: none
# The following defines the version and build number for your application.
# A version number is three numbers separated by dots, like 1.2.43
# followed by an optional build number separated by a +.
Expand All @@ -17,23 +17,26 @@ environment:
sdk: ">=2.6.0 <3.0.0"
flutter: ">=1.22.0"
dependencies:
flutter:
sdk: flutter

# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^0.1.2
extended_text: ^4.1.0

extended_text_field:
path: ../
flutter:
sdk: flutter
loading_more_list: ^3.1.1
oktoast: ^2.1.4
url_launcher: 5.3.0
oktoast: ^2.1.4
extended_text: ^4.0.1


dev_dependencies:
flutter_test:
sdk: flutter

ff_annotation_route: ^4.0.2
flutter_test:
sdk: flutter

# For information on the generic Dart part of this file, see the
# following page: https://www.dartlang.org/tools/pub/pubspec
Expand Down
Loading

0 comments on commit 8026bcb

Please sign in to comment.