We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c9432c commit e9fcf53Copy full SHA for e9fcf53
.github/workflows/main.yaml
@@ -18,7 +18,7 @@ jobs:
18
- name: Install flutter
19
uses: flutter-actions/setup-flutter@v4
20
with:
21
- version: '3.10.0'
+ version: '3.27.4'
22
23
- name: 'Install tools: melos and fvm'
24
run: dart pub global activate melos && dart pub global activate fvm
pubspec.yaml
@@ -4,8 +4,8 @@ description: >
4
Clerk SDK containing all packages that define use of Clerk
5
services for Dart and Flutter code.
6
environment:
7
- sdk: '>=3.0.0 <4.0.0'
8
- flutter: '>=3.10.0'
+ sdk: '>=3.2.0 <4.0.0'
+ flutter: '>=3.27.4'
9
10
dev_dependencies:
11
melos: ^6.3.2
0 commit comments