Skip to content

Commit

Permalink
update flutter, sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
aqoong committed Jun 19, 2024
1 parent fd92fe4 commit 457cb36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -263,5 +263,5 @@ packages:
source: hosted
version: "3.0.3"
sdks:
dart: ">=3.3.0 <4.0.0"
dart: ">=3.4.1 <4.0.0"
flutter: ">=3.18.0-18.0.pre.54"
3 changes: 2 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ version: 0.1.0
homepage: https://github.com/aqoong/size_tailored_text

environment:
sdk: ">=3.2.0 <4.0.0"
sdk: '>=3.4.1 <4.0.0'
flutter: '>=3.3.0'

dependencies:
flutter:
Expand Down

0 comments on commit 457cb36

Please sign in to comment.