akinsho / flutter-tools.nvim

Tools to help create flutter apps in neovim using the native lsp
MIT License
932 stars 75 forks source link

fix: remove newline from devtools url notification #348

Closed baumths closed 1 month ago

baumths commented 1 month ago

This tiny change makes so we don't have to press a key to dismiss the devtools url notification that shows up when the app launches.

Before: before

After: after