Skip to content

Commit

Permalink
Bump Flutter/Dart SDK minimum version (#2464)
Browse files Browse the repository at this point in the history
  • Loading branch information
sensuikan1973 authored Feb 1, 2025
1 parent 224012e commit e7a0b74
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -915,5 +915,5 @@ packages:
source: hosted
version: "3.1.3"
sdks:
dart: ">=3.6.0 <4.0.0"
flutter: ">=3.24.0"
dart: ">=3.6.1 <4.0.0"
flutter: ">=3.27.3"
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ issue_tracker: https://github.com/sensuikan1973/pedax/issues
version: 6.75.0+173

environment: # See: https://dart.dev/tools/pub/pubspec#sdk-constraints
sdk: ">=3.3.0 <4.0.0"
flutter: ^3.19.1 # See: https://flutter.dev/docs/development/tools/sdk/releases
sdk: ">=3.6.1 <4.0.0"
flutter: ^3.27.3 # See: https://flutter.dev/docs/development/tools/sdk/releases

dependencies:
crypto: ^3.0.6
Expand Down

0 comments on commit e7a0b74

Please sign in to comment.