Skip to content

Commit

Permalink
# 10.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 5714918 commit b9d04b2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 175 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ build/
ios/.generated/
ios/Flutter/Generated.xcconfig
ios/Runner/GeneratedPluginRegistrant.*
pubspec.lock
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 10.0.1

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

# 10.0.0

* Migrate to 3.7.0
Expand Down
173 changes: 0 additions & 173 deletions pubspec.lock

This file was deleted.

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
description: Extended official text to build special text like inline image or @somebody quickly,it also support custom background,custom over flow and custom selection toolbar and handles.
version: 10.0.0
version: 10.0.1
homepage: https://github.com/fluttercandies/extended_text

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

Expand Down

0 comments on commit b9d04b2

Please sign in to comment.