Skip to content

Commit

Permalink
Update extended_text_library
Browse files Browse the repository at this point in the history
  • Loading branch information
zmtzawqlp committed May 18, 2023
1 parent 7530b92 commit 37959a3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
8 changes: 7 additions & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ dependencies:
cupertino_icons: ^1.0.4

ff_annotation_route_library: ^3.0.0
extended_text: ^11.0.0-dev
extended_text: ^11.0.0-dev.1
# extended_text:
# version: ^11.0.0-dev.1
# hosted: "https://pub.dev"
flutter:
sdk: flutter
html: ^0.15.0
Expand All @@ -39,6 +42,9 @@ dev_dependencies:
dependency_overrides:
extended_text_field:
path: ../
# extended_text_library:
# version: ^11.0.0-dev.1
# hosted: "https://pub.dev"
# extended_text:
# # git:
# # url: https://github.com/fluttercandies/extended_text.git
Expand Down
7 changes: 5 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
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: 12.0.0-dev.1
version: 12.0.0-dev.2
homepage: https://github.com/fluttercandies/extended_text_field

environment:
sdk: '>=2.17.0 <4.0.0'
flutter: ">=3.10.0"
dependencies:

extended_text_library: ^11.0.0-dev
extended_text_library: ^11.0.0-dev.1
# extended_text_library:
# version: ^11.0.0-dev.1
# hosted: "https://pub.dev"
flutter:
sdk: flutter
dev_dependencies:
Expand Down

0 comments on commit 37959a3

Please sign in to comment.