Julian Steenbakker

ci: revert constraint because of dependency

@@ -36,7 +36,7 @@ jobs: @@ -36,7 +36,7 @@ jobs:
36 - uses: subosito/flutter-action@v2.12.0 36 - uses: subosito/flutter-action@v2.12.0
37 with: 37 with:
38 cache: true 38 cache: true
39 - flutter-version: '3.0.0' 39 + flutter-version: '3.3.0'
40 channel: 'stable' 40 channel: 'stable'
41 - name: Version 41 - name: Version
42 run: flutter doctor -v 42 run: flutter doctor -v
@@ -6,8 +6,8 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev @@ -6,8 +6,8 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
6 version: 0.0.1 6 version: 0.0.1
7 7
8 environment: 8 environment:
9 - sdk: ">=2.17.0 <4.0.0"  
10 - flutter: ">=3.0.0" 9 + sdk: ">=2.18.0 <4.0.0"
  10 + flutter: ">=3.3.0"
11 11
12 # Dependencies specify other packages that your package needs in order to work. 12 # Dependencies specify other packages that your package needs in order to work.
13 # To automatically upgrade your package dependencies to the latest versions 13 # To automatically upgrade your package dependencies to the latest versions