Skip to content

Commit

Permalink
bump Flutter
Browse files Browse the repository at this point in the history
  • Loading branch information
khvn26 committed Oct 14, 2024
1 parent 1c766b4 commit 914e141
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/dry_run_workflow.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Analyze and Test
on: [push]

env:
FLUTTER_VERSION: 2.x

jobs:
analyze:
runs-on: ubuntu-latest
Expand All @@ -12,7 +9,7 @@ jobs:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
with:
flutter-version: ${{ env.FLUTTER_VERSION }}
flutter-version-file: pubspec.yaml
channel: 'any'
- run: flutter pub get
- run: flutter analyze
Expand All @@ -24,7 +21,7 @@ jobs:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
with:
flutter-version: ${{ env.FLUTTER_VERSION }}
flutter-version-file: pubspec.yaml
channel: 'any'

- run: flutter pub get
Expand All @@ -48,7 +45,7 @@ jobs:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
with:
flutter-version: ${{ env.FLUTTER_VERSION }}
flutter-version-file: pubspec.yaml
channel: 'any'

- run: flutter pub publish --dry-run
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repository: https://github.com/Flagsmith/flagsmith-flutter-core
issue_tracker: https://github.com/Flagsmith/flagsmith-flutter-core/issues

environment:
sdk: ">=2.13.0 <3.0.0"
sdk: ">=3.0.0"

dependencies:
crypto: ^3.0.1
Expand Down

0 comments on commit 914e141

Please sign in to comment.