Wdestroier
Wdestroier
### What information is missing? Hi, Flutter has an official Discord server. So should Dart, right? I'm asking for an official server, because the unofficial servers have little to nobody...
Would be great if Dart code had syntax highlighting by default. The default Java styles are a good approximation. 
Can packages from pub.dev be imported?
The "Files" view shows the relative path and it's very useful. However, the "Content" view shows the absolute path. The absolute path takes too much space and contains too much...
**Describe the bug** Completing a symbol name does not add it in the import show clause. Therefore, becoming very hard to use explicit imports with a show clause all the...
**Describe the bug** Symbol doesn't show where it is from. **To Reproduce** 1. Write part of a class name and press the key to complete its name 2. Check the...
**Is your feature request related to a problem? Please describe.** In Java we can see all imported symbols, but the import string is large. For example: ```java import java.lang.String; import...
Hi! When compiling an app to production it's important to know how it will behave. Dart has a pubspec.lock file with the exact version of each dependency. pubspec.yaml may resolve...
Hi! The documentation in https://dart.dev/web/deployment says: > > [Compile using webdev](https://dart.dev/web/deployment#compile-using-webdev) > > [Use the webdev build command](https://dart.dev/tools/webdev#build) to create a deployable version of your app. This command converts your...
Hi! If I compile and bundle the app by setting the `--output` flag with > webdev build --output "./test/" [INFO] Reading cached asset graph completed, took 167ms [INFO] Checking for...