diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index 1528cc9..f8ef3c0 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml @@ -17,7 +17,6 @@ jobs: - name: Setup Flutter uses: subosito/flutter-action@v2 with: - flutter-version: "3.29.3" channel: "stable" cache: true diff --git a/pubspec.lock b/pubspec.lock index 6afc85a..205f571 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -1747,5 +1747,5 @@ packages: source: hosted version: "3.1.3" sdks: - dart: ">=3.8.0 <4.0.0" + dart: ">=3.8.1 <4.0.0" flutter: ">=3.29.0" diff --git a/pubspec.yaml b/pubspec.yaml index 1e37a66..b3d5b40 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -6,7 +6,7 @@ publish_to: "none" version: 1.0.1+2 environment: - sdk: ^3.7.2 + sdk: ^3.8.1 dependencies: flutter: @@ -25,7 +25,7 @@ dependencies: path: ^1.9.1 path_provider: ^2.1.5 dartz: ^0.10.1 - intl: ^0.19.0 + intl: ^0.20.2 flutter_svg: ^2.2.0 freezed_annotation: ^2.4.1 json_annotation: ^4.9.0