Skip to content

Commit

Permalink
bump Dart SDK min version (#716)
Browse files Browse the repository at this point in the history
  • Loading branch information
sensuikan1973 authored Feb 1, 2025
1 parent 9485573 commit 802e277
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -198,4 +198,4 @@ packages:
source: hosted
version: "3.1.3"
sdks:
dart: ">=3.6.0 <4.0.0"
dart: ">=3.6.1 <4.0.0"
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: libedax4dart_example
publish_to: none

environment:
sdk: ">=3.2.2 <4.0.0"
sdk: ">=3.6.1 <4.0.0"

dependencies:
ffi: ^2.1.3
Expand Down
2 changes: 1 addition & 1 deletion pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -551,4 +551,4 @@ packages:
source: hosted
version: "2.2.2"
sdks:
dart: ">=3.6.0 <4.0.0"
dart: ">=3.6.1 <4.0.0"
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ issue_tracker: https://github.com/sensuikan1973/libedax4dart/issues
repository: https://github.com/sensuikan1973/libedax4dart

environment:
sdk: '>=3.2.2 <4.0.0' # See: https://dart.dev/null-safety#enable-null-safety
sdk: '>=3.6.1 <4.0.0' # See: https://dart.dev/null-safety#enable-null-safety

dependencies:
ffi: ^2.1.3
Expand Down

0 comments on commit 802e277

Please sign in to comment.