You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the sidekickDartRuntime's Dart SDK version can only be updated by increasing the minimum version constraint in the sidekick CLI's pubspec.yaml and running the CLI's entrypoint. This is not very intuitive and unnecessarily coupled. So we should add another way to update the sidekickDartRuntime's Dart SDK version.
We could add it to the sidekick update command, e.g. like this: sidekick update <{cli (default), dart}> [{<version>, latest}]
sidekick update cli or sidekick update to update the sidekick CLI (current implementation of the command)
sidekick update dart to update sidekickDartRuntime (new)
The text was updated successfully, but these errors were encountered:
In the future it would still be nice to have a separate upgrade-embedded-sdk command and to save the embedded sdk version in the pubspec in the sidekick block instead of parsing it from environment: sdk: ..., i.e.
Currently the
sidekickDartRuntime
's Dart SDK version can only be updated by increasing the minimum version constraint in the sidekick CLI's pubspec.yaml and running the CLI's entrypoint. This is not very intuitive and unnecessarily coupled. So we should add another way to update thesidekickDartRuntime
's Dart SDK version.We could add it to the
sidekick update
command, e.g. like this:sidekick update <{cli (default), dart}> [{<version>, latest}]
sidekick update cli
orsidekick update
to update the sidekick CLI (current implementation of the command)sidekick update dart
to updatesidekickDartRuntime
(new)The text was updated successfully, but these errors were encountered: