Billy.Zheng

Results 422 comments of Billy.Zheng

There exist same issue for me. I download the latest stable release of the fullter sdk from here. https://flutter.dev/docs/get-started/install/linux#android-setup ![image](https://user-images.githubusercontent.com/549126/130731549-16fb36e7-90ea-423e-88e4-988e822b775a.png) After unzip, you can see a folder structure like this:...

Another issue is, though i set correct lsp-dart-flutter-sdk-dir, i still could not findout correct sdk folder, because ```cl (defun lsp-dart-get-sdk-dir () "Return the Dart SDK path. Check for PATH environment...

> @zw963 couldn't repro creating a new project with the same flutter version, [flutter-sample](https://github.com/ericdallo/flutter_sample/tree/new-sample). Hi, it work well when use with flutter, current, i am trying with a dart project...

Hi, it works now after i specify my dart sdk dir explicitly with my others config. ```cl (setq lsp-dart-sdk-dir (expand-file-name "~/flutter/bin/cache/dart-sdk")) ```

> I couldn't repro following your steps on [flutter_sample](https://github.com/ericdallo/flutter_sample/tree/new-sample) indeed, not sure if there is a issue here. Yes, it works on any new created flutter project for me too....

Try to reproduce like me is trival, only need ```sh dart create test_dart -t console-full cd test_dart git init emacs lib/test_dart.dart ``` Anyway, it works well after i set correct...

> no, lsp-dart works too for dart only projects, even that project is called flutter_sample that branch was created following only your steps Sorry for miss `flutter_sample` new branch, i...

> lsp-dart works too for dart only projects, Hi, lsp-dart still not work for dart only project if not set `lsp-dart-sdk-dir` manually. Following is reproduce: ```sh dart create test_dart -t...

Sorry, should be `C-x 1` remove left flutter outline window unexpectedly.

> What does `C-x 1` binding means for you? I'm not sure this is a lsp-dart or a misconfiguration or even the default behavior of treemacs, maybe ask this on...