diff --git a/.fvm/fvm_config.json b/.fvm/fvm_config.json index 8142fd73..d9c73063 100644 --- a/.fvm/fvm_config.json +++ b/.fvm/fvm_config.json @@ -1,4 +1,4 @@ { - "flutterSdkVersion": "3.24.0", + "flutterSdkVersion": "3.24.1", "flavors": {} } \ No newline at end of file diff --git a/example/pubspec.lock b/example/pubspec.lock index 1290aa87..5e88a5db 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -347,10 +347,10 @@ packages: dependency: transitive description: name: vm_service - sha256: f652077d0bdf60abe4c1f6377448e8655008eef28f128bc023f7b5e8dfeb48fc + sha256: "5c5f338a667b4c644744b661f309fb8080bb94b18a7e91ef1dbd343bed00ed6d" url: "https://pub.dev" source: hosted - version: "14.2.4" + version: "14.2.5" web: dependency: transitive description: diff --git a/pubspec.lock b/pubspec.lock index 8c050542..0a5b8253 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -1392,10 +1392,10 @@ packages: dependency: transitive description: name: vm_service - sha256: f652077d0bdf60abe4c1f6377448e8655008eef28f128bc023f7b5e8dfeb48fc + sha256: "5c5f338a667b4c644744b661f309fb8080bb94b18a7e91ef1dbd343bed00ed6d" url: "https://pub.dev" source: hosted - version: "14.2.4" + version: "14.2.5" watcher: dependency: transitive description: @@ -1478,4 +1478,4 @@ packages: version: "3.1.2" sdks: dart: ">=3.5.0 <4.0.0" - flutter: ">=3.24.0" + flutter: ">=3.24.1" diff --git a/pubspec.yaml b/pubspec.yaml index 67820916..5550da55 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -6,7 +6,7 @@ version: 2.1.8 environment: sdk: ">=3.0.0 <4.0.0" - flutter: 3.24.0 + flutter: 3.24.1 dependencies: appainter_annotations: