Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
frontegg-david committed Jun 30, 2024
1 parent 671f265 commit 0e4c03d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/onPush.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ jobs:
- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
channel: any
flutter-version-file: pubspec.yaml
channel: stable

- name: Install dependencies
run: flutter pub get
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ homepage: https://github.com/frontegg/frontegg-flutter

environment:
sdk: '>=3.3.4 <4.0.0'
flutter: '>=3.22.2'
flutter: '>=3.3.0'

dependencies:
flutter:
Expand Down

0 comments on commit 0e4c03d

Please sign in to comment.