Skip to content

Commit

Permalink
update sdk limit
Browse files Browse the repository at this point in the history
  • Loading branch information
zmtzawqlp committed May 6, 2022
1 parent f08b31e commit ad7ab5c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 11.0.0-dev
# 11.0.0-dev.1

* Migrate to 2.13.0

Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies:
#extended_text: ^9.0.0
#extended_text_library: ^9.0.0
ff_annotation_route_library: ^3.0.0
extended_text: ^10.0.0-dev
extended_text: ^10.0.0-dev.1
flutter:
sdk: flutter
html: ^0.15.0
Expand Down
6 changes: 3 additions & 3 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-dev
version: 11.0.0-dev.1
homepage: https://github.com/fluttercandies/extended_text_field

environment:
sdk: '>=2.18.0-36.0.dev <3.0.0'
sdk: '>=2.17.0-0 <3.0.0'
flutter: ">=2.10.0"
dependencies:

extended_text_library: ^10.0.0-dev
extended_text_library: ^10.0.0-dev.1
flutter:
sdk: flutter
dev_dependencies:
Expand Down

0 comments on commit ad7ab5c

Please sign in to comment.