Replies: 6 comments
-
I got no problem with same SDK constraint which applied It may be better if you can provide few lines in your action's configuration to investigate the problem. |
Beta Was this translation helpful? Give feedback.
-
Here is sample |
Beta Was this translation helpful? Give feedback.
-
workflow snippet- uses: subosito/flutter-action@v2
with:
flutter-version: '3.10.0'
channel: 'stable'
sdk-version: '3.0.1' |
Beta Was this translation helpful? Give feedback.
-
nvm the dart version is directly related to the flutter version (see https://docs.flutter.dev/release/archive) you (@Add00w) probably simply need to use |
Beta Was this translation helpful? Give feedback.
-
Warning: Unexpected input(s) 'sdk-version', valid inputs are ['flutter-version', 'channel', 'cache', 'cache-key', 'cache-path', 'architecture'] |
Beta Was this translation helpful? Give feedback.
-
The current Dart SDK version is 2.19.0.
Because .... requires SDK version >=3.0.0 <4.0.0, version solving failed.
Beta Was this translation helpful? Give feedback.
All reactions