Skip to content

Commit f1c0c52

Browse files
committed
chore(dependencies): update Flutter SDK version to 3.38.9, migrate from Melos to native Dart pub workspaces
1 parent 63a6b05 commit f1c0c52

File tree

52 files changed

+805
-1904
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+805
-1904
lines changed

.fvm/fvm_config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"flutterSdkVersion": "3.32.8"
2+
"flutterSdkVersion": "3.38.9"
33
}

.fvm/release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.32.8
1+
3.38.9

.fvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"flutter": "3.32.8"
2+
"flutter": "3.38.9"
33
}

api/packages/github/pubspec.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ publish_to: none
66
environment:
77
sdk: '>=3.7.0 <4.0.0'
88

9+
resolution: workspace
910
dependencies:
1011
collection: ^1.18.0
1112
equatable: ^2.0.3
@@ -18,4 +19,4 @@ dev_dependencies:
1819
json_serializable: ^6.7.1
1920
mocktail: ^1.0.0
2021
test: ^1.21.4
21-
very_good_analysis: ^6.0.0
22+
very_good_analysis: ^10.1.0

api/packages/news_blocks/pubspec.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ version: 1.0.0+1
44
publish_to: none
55

66
environment:
7-
sdk: ">=3.0.0 <4.0.0"
7+
sdk: ">=3.7.0 <4.0.0"
88

9+
resolution: workspace
910
dependencies:
1011
equatable: ^2.0.3
1112
json_annotation: ^4.9.0
@@ -17,7 +18,7 @@ dev_dependencies:
1718
json_serializable: ^6.8.0
1819
mocktail: ^1.0.2
1920
test: ^1.21.4
20-
very_good_analysis: ^6.0.0
21+
very_good_analysis: ^10.1.0
2122

2223
dependency_overrides:
2324
frontend_server_client: ^4.0.0

api/packages/news_blocks/pubspec_overrides.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

api/packages/rtu_mirea_schedule_api_client/pubspec.yaml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,22 @@ name: rtu_mirea_schedule_api_client
22
description: A package that provides access to the remote schedule API of the RTU MIREA
33
version: 0.1.1+2
44
publish_to: none
5-
65
environment:
7-
sdk: ">=3.0.0 <4.0.0"
8-
6+
sdk: ">=3.7.0 <4.0.0"
7+
resolution: workspace
98
dependencies:
109
http: ^1.1.2
1110
icalendar_parser: ^2.0.0
1211
rrule: ^0.2.14
1312
equatable: ^2.0.3
1413
json_annotation: ^4.8.1
1514
intl: ^0.20.2
16-
schedule:
17-
path: ../schedule
15+
schedule: any
1816
collection: ^1.18.0
19-
2017
dev_dependencies:
2118
build_runner: ^2.0.0
2219
coverage: ^1.1.0
2320
json_serializable: ^6.7.1
2421
mocktail: ^1.0.0
2522
test: ^1.21.4
26-
very_good_analysis: ^6.0.0
23+
very_good_analysis: ^10.1.0

api/packages/rtu_mirea_schedule_api_client/pubspec_overrides.yaml

Lines changed: 0 additions & 4 deletions
This file was deleted.

api/packages/schedule/pubspec.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,20 @@ version: 1.0.1+2
44
publish_to: none
55

66
environment:
7-
sdk: ">=3.0.0 <4.0.0"
7+
sdk: ">=3.7.0 <4.0.0"
88

9+
resolution: workspace
910
dependencies:
10-
collection: ^1.18.0
1111
equatable: ^2.0.3
1212
intl: ^0.20.2
1313
json_annotation: ^4.6.0
1414
meta: ^1.7.0
15+
collection: ^1.18.0
1516

1617
dev_dependencies:
1718
build_runner: ^2.0.0
1819
coverage: ^1.1.0
1920
json_serializable: ^6.0.0
2021
mocktail: ^1.0.0
2122
test: ^1.21.4
22-
very_good_analysis: ^6.0.0
23+
very_good_analysis: ^10.1.0

0 commit comments

Comments
 (0)