Skip to content

Commit 52e59a9

Browse files
cgiulianicgiuliani
cgiuliani
authored and
cgiuliani
committed
chore: upgrade to flutter 3.10.5
1 parent 981a115 commit 52e59a9

File tree

3 files changed

+19
-21
lines changed

3 files changed

+19
-21
lines changed

configurator/pubspec.yaml

+12-14
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,29 @@
11
name: configurator
22
description: A new Flutter package project.
3-
version: 0.0.33
3+
version: 0.0.34
44
homepage:
55

66
environment:
7-
sdk: ">=2.17.6 <3.0.0"
7+
sdk: '>=3.0.5 <4.0.0'
88

99

1010
dependencies:
1111
# parse_color: ^0.0.1
12-
collection: ^1.16.0
13-
yaml: ^3.1.1
14-
yaml_edit: ^2.0.3
15-
meta: ^1.7.0
12+
collection: ^1.17.1
13+
yaml: ^3.1.2
14+
yaml_edit: ^2.1.1
15+
meta: ^1.9.1
1616
slang: 3.0.0
17-
rxdart: ^0.27.5
17+
rxdart: ^0.27.7
1818

19-
i18n_extension: ^8.0.0
20-
source_gen: ^1.2.1
21-
code_builder: ^4.0.0
22-
dart_style: ^2.0.0
19+
i18n_extension: ^9.0.2
2320

24-
# configurator_flutter:
25-
# path: ../configurator_flutter
21+
source_gen: ^1.4.0
22+
code_builder: ^4.5.0
23+
dart_style: ^2.3.2
2624

2725
dev_dependencies:
2826
flutter_lints: ^2.0.0
29-
test: 1.23.0
27+
test: ^1.24.4
3028

3129
flutter:
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"path_provider_foundation","path":"/Users/cgiuliani/.pub-cache/hosted/pub.dev/path_provider_foundation-2.2.3/","native_build":true,"dependencies":[]}],"android":[{"name":"path_provider_android","path":"/Users/cgiuliani/.pub-cache/hosted/pub.dev/path_provider_android-2.0.27/","native_build":true,"dependencies":[]}],"macos":[{"name":"path_provider_foundation","path":"/Users/cgiuliani/.pub-cache/hosted/pub.dev/path_provider_foundation-2.2.3/","native_build":true,"dependencies":[]}],"linux":[{"name":"path_provider_linux","path":"/Users/cgiuliani/.pub-cache/hosted/pub.dev/path_provider_linux-2.1.11/","native_build":false,"dependencies":[]}],"windows":[{"name":"path_provider_windows","path":"/Users/cgiuliani/.pub-cache/hosted/pub.dev/path_provider_windows-2.1.7/","native_build":false,"dependencies":[]}],"web":[]},"dependencyGraph":[{"name":"path_provider","dependencies":["path_provider_android","path_provider_foundation","path_provider_linux","path_provider_windows"]},{"name":"path_provider_android","dependencies":[]},{"name":"path_provider_foundation","dependencies":[]},{"name":"path_provider_linux","dependencies":[]},{"name":"path_provider_windows","dependencies":[]}],"date_created":"2023-06-16 11:11:09.163631","version":"3.7.9"}
1+
{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"path_provider_foundation","path":"/Users/cgiuliani/.pub-cache/hosted/pub.dev/path_provider_foundation-2.2.3/","shared_darwin_source":true,"native_build":true,"dependencies":[]}],"android":[{"name":"path_provider_android","path":"/Users/cgiuliani/.pub-cache/hosted/pub.dev/path_provider_android-2.0.27/","native_build":true,"dependencies":[]}],"macos":[{"name":"path_provider_foundation","path":"/Users/cgiuliani/.pub-cache/hosted/pub.dev/path_provider_foundation-2.2.3/","shared_darwin_source":true,"native_build":true,"dependencies":[]}],"linux":[{"name":"path_provider_linux","path":"/Users/cgiuliani/.pub-cache/hosted/pub.dev/path_provider_linux-2.1.11/","native_build":false,"dependencies":[]}],"windows":[{"name":"path_provider_windows","path":"/Users/cgiuliani/.pub-cache/hosted/pub.dev/path_provider_windows-2.1.7/","native_build":false,"dependencies":[]}],"web":[]},"dependencyGraph":[{"name":"path_provider","dependencies":["path_provider_android","path_provider_foundation","path_provider_linux","path_provider_windows"]},{"name":"path_provider_android","dependencies":[]},{"name":"path_provider_foundation","dependencies":[]},{"name":"path_provider_linux","dependencies":[]},{"name":"path_provider_windows","dependencies":[]}],"date_created":"2023-07-03 20:52:04.430872","version":"3.10.5"}

configurator_flutter/pubspec.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: configurator_flutter
22
description: A new Flutter package project.
3-
version: 0.0.33
3+
version: 0.0.34
44
homepage:
55

66
environment:
@@ -17,20 +17,20 @@ dependencies:
1717
flutter_localizations:
1818
sdk: flutter
1919

20-
i18n_extension: ^8.0.0
21-
google_fonts: ^3.0.0
20+
i18n_extension: ^9.0.2
21+
google_fonts: ^5.1.0
2222

2323
parse_color: ^0.0.1
24-
collection: ^1.16.0
25-
yaml: ^3.1.1
24+
collection: ^1.17.1
25+
yaml: ^3.1.2
2626

2727
slang_flutter: ^3.0.0
2828

2929
configurator:
3030
git:
3131
url: [email protected]:camrongiuliani/configurator.git
3232
path: configurator
33-
ref: 0.0.33
33+
ref: 0.0.34
3434

3535
dev_dependencies:
3636
flutter_test:

0 commit comments

Comments
 (0)