- Fixed another snippet code completion support with dart 2.18 analyzer.
- Fixed dart version check such that dart 3 is also supported
- Fixed snippet code completion support with dart 2.18 analyzer.
- Fixed #146 where the dart version was not correctly parsed.
This was caused by dart changing the output of
dart --version
from stderr to stdout.
- Fixed #127 by setting the default for
onlyAnalyzeProjectsWithOpenFiles
tofalse
.
- Fixed #132 hot reload breaking with latest coc.nvim.
- Add
flutter.closingLabelPrefix
for custom closing label prefix by #131
- Fixed #123 where sdk discovery on windows was not working properly.
- The FlutterDevices list now has new actions and also a new default.
It will now use the
workspaceState
as the default location to store the selected device. If you want the previous behavior then you can change theflutter.devicesDefaultAction
config toworkspaceConfig
. - Fixed #116 where
resumeNotification
was not called within the same tick when showing a floating notification.
- Fixed device loading status if there are no device connected.
- Fixed
foldcolumn
is number which vim and neovim < 0.5.0 and neovim 0.5.0 is string. - Fixed flutter output channel being empty when reloading the extension.
- Added device selection for
flutter.run
. - FlutterDevices list no longer runs the app but instead selects the device to run on.
- Started tracking changes in this changelog.