Skip to content

Commit

Permalink
upgrade: development flutter sdk 3.22.3 (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
ronnnnn authored Jul 18, 2024
1 parent c08c61e commit f7c6c8f
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 21 deletions.
6 changes: 3 additions & 3 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
dart 3.4.3
flutter 3.22.2-stable
java temurin-17.0.11+9
dart 3.4.4
flutter 3.22.3-stable
java temurin-17.0.12+7
4 changes: 2 additions & 2 deletions examples/nilts_example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -416,5 +416,5 @@ packages:
source: hosted
version: "3.1.2"
sdks:
dart: ">=3.3.0 <4.0.0"
flutter: ">=3.19.0"
dart: ">=3.4.0 <4.0.0"
flutter: ">=3.22.0"
4 changes: 2 additions & 2 deletions examples/nilts_example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ description: A new Flutter project.
publish_to: 'none'

environment:
sdk: '>=3.3.0 <4.0.0'
flutter: '>=3.19.0'
sdk: '>=3.4.0 <4.0.0'
flutter: '>=3.22.0'

dependencies:
flutter:
Expand Down
7 changes: 5 additions & 2 deletions melos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ repository:
name: nilts

packages:
- .
- packages/**
- examples/**

Expand Down Expand Up @@ -34,7 +35,9 @@ command:

scripts:
prepare:
run: dart pub global activate custom_lint 0.6.0
run: |
dart pub global activate custom_lint 0.6.0 && \
dart pub global activate very_good_cli 0.22.1
description: prepare for develop

get:
Expand Down Expand Up @@ -95,7 +98,7 @@ scripts:
description: fix dart (dry-run)

test:
exec: flutter test
exec: very_good test
packageFilters:
scope: nilts_test
description: test on nilts_test
Expand Down
28 changes: 18 additions & 10 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "0.4.1"
clock:
dependency: transitive
description:
name: clock
sha256: cb6d7f03e1de671e34607e909a7213e31d7752be4fb66a86d29fe1eb14bfb5cf
url: "https://pub.dev"
source: hosted
version: "1.1.1"
collection:
dependency: transitive
description:
Expand Down Expand Up @@ -113,6 +121,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "4.0.2"
intl:
dependency: transitive
description:
name: intl
sha256: d6f56758b7d3014a48af9701c085700aac781a92a87a62b1333b46d8879661cf
url: "https://pub.dev"
source: hosted
version: "0.19.0"
io:
dependency: transitive
description:
Expand Down Expand Up @@ -141,10 +157,10 @@ packages:
dependency: "direct dev"
description:
name: melos
sha256: f9a6fc4f4842b7edfca2e00ab3b5b06928584f24bdc3d776ab0b30be7d599450
sha256: a3f06ed871e0348cb99909ad5ddf5f8b53cc61d894c302b5417d2db1ee7ec381
url: "https://pub.dev"
source: hosted
version: "6.0.0"
version: "6.1.0"
meta:
dependency: transitive
description:
Expand Down Expand Up @@ -297,14 +313,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.0.0"
very_good_analysis:
dependency: "direct dev"
description:
name: very_good_analysis
sha256: "9ae7f3a3bd5764fb021b335ca28a34f040cd0ab6eec00a1b213b445dae58a4b8"
url: "https://pub.dev"
source: hosted
version: "5.1.0"
web:
dependency: transitive
description:
Expand Down
3 changes: 1 addition & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ environment:
sdk: '>=3.4.0 <4.0.0'

dev_dependencies:
melos: ^6.0.0
very_good_analysis: ^5.1.0
melos: ^6.1.0

0 comments on commit f7c6c8f

Please sign in to comment.