diff --git a/.fvmrc b/.fvmrc index d16696366..5c08b3bc9 100644 --- a/.fvmrc +++ b/.fvmrc @@ -1,3 +1,3 @@ { - "flutter": "3.38.0" + "flutter": "3.38.1" } \ No newline at end of file diff --git a/pubspec.lock b/pubspec.lock index ab874c52b..4e8563f3f 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -368,10 +368,10 @@ packages: dependency: transitive description: name: dart_style - sha256: c87dfe3d56f183ffe9106a18aebc6db431fc7c98c31a54b952a77f3d54a85697 + sha256: a9c30492da18ff84efe2422ba2d319a89942d93e58eb0b73d32abe822ef54b7b url: "https://pub.dev" source: hosted - version: "3.1.2" + version: "3.1.3" dbus: dependency: transitive description: @@ -2013,5 +2013,5 @@ packages: source: hosted version: "3.1.3" sdks: - dart: ">=3.9.0 <4.0.0" - flutter: "3.38.0" + dart: ">=3.10.0 <4.0.0" + flutter: "3.38.1" diff --git a/pubspec.yaml b/pubspec.yaml index 8183a8350..56d9853d2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -20,8 +20,8 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev version: 1.1.5+1 environment: - sdk: ">=3.9.0 <4.0.0" - flutter: 3.38.0 # update `.fvmrc` config + sdk: ">=3.10.0" + flutter: 3.38.1 # update `.fvmrc` config # Dependencies specify other packages that your package needs in order to work. # To automatically upgrade your package dependencies to the latest versions