Skip to content

Commit

Permalink
Merge pull request #74 from fluttercandies/dev
Browse files Browse the repository at this point in the history
## [3.0.0]
  • Loading branch information
zmtzawqlp authored Jun 29, 2020
2 parents d273222 + 6c06ce9 commit cd70959
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [3.0.0]

* Breaking change: fix typos [OverflowWidget].

## [2.0.0]

* Breaking change: extended_text_library has changed to support OverFlowWidget [ExtendedText]
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies:
loading_more_list: any
url_launcher: 5.3.0
oktoast: ^2.1.4
extended_text: ^2.0.0
extended_text: ^3.0.0
dev_dependencies:
flutter_test:
sdk: flutter
Expand Down
2 changes: 1 addition & 1 deletion lib/src/extended_render_editable.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2178,5 +2178,5 @@ class ExtendedRenderEditable extends ExtendedTextSelectionRenderObject {
Offset get effectiveOffset => _effectiveOffset;

@override
Widget get overFlowWidget => null;
Widget get overflowWidget => null;
}
8 changes: 4 additions & 4 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ packages:
extended_text_library:
dependency: "direct main"
description:
path: "E:\\Flutter\\FlutterCandies\\dev\\extended_text_library"
relative: false
source: path
version: "2.0.0"
name: extended_text_library
url: "https://pub.flutter-io.cn"
source: hosted
version: "3.0.0"
flutter:
dependency: "direct main"
description: flutter
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
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: 2.0.0
version: 3.0.0
author: zmtzawqlp <zmtzawqlp@live.com>
homepage: https://github.com/fluttercandies/extended_text_field

Expand All @@ -11,7 +11,7 @@ environment:
dependencies:
flutter:
sdk: flutter
extended_text_library: ^2.0.0
extended_text_library: ^3.0.0
dev_dependencies:
flutter_test:
sdk: flutter
Expand Down

0 comments on commit cd70959

Please sign in to comment.