Skip to content

Commit e9fcf53

Browse files
committed
fix: update dart version in yaml files [#207]
1 parent 4c9432c commit e9fcf53

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install flutter
1919
uses: flutter-actions/setup-flutter@v4
2020
with:
21-
version: '3.10.0'
21+
version: '3.27.4'
2222

2323
- name: 'Install tools: melos and fvm'
2424
run: dart pub global activate melos && dart pub global activate fvm

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ description: >
44
Clerk SDK containing all packages that define use of Clerk
55
services for Dart and Flutter code.
66
environment:
7-
sdk: '>=3.0.0 <4.0.0'
8-
flutter: '>=3.10.0'
7+
sdk: '>=3.2.0 <4.0.0'
8+
flutter: '>=3.27.4'
99

1010
dev_dependencies:
1111
melos: ^6.3.2

0 commit comments

Comments
 (0)