|
| 1 | +--- |
| 2 | +name: Report a general issue. |
| 3 | +about: Report a bug or suggest a feature. |
| 4 | +--- |
| 5 | + |
| 6 | +Thank you for taking the time to file an issue! This tracker is for issues |
| 7 | +related to: |
| 8 | + |
| 9 | +* Dart analyzer and linter |
| 10 | +* Dart core libraries (`dart:async`, `dart:io`, etc.) |
| 11 | +* Dart native and web compilers |
| 12 | +* Dart VM |
| 13 | + |
| 14 | +Some other pieces of the Dart ecosystem are maintained elsewhere. Please file |
| 15 | +issues in their repository: |
| 16 | + |
| 17 | +* Dart language: https://github.com/dart-lang/language |
| 18 | +* Dart website: https://github.com/dart-lang/site-www |
| 19 | +* Flutter: https://github.com/flutter/flutter |
| 20 | +* Dart and Flutter DevTools: https://github.com/flutter/devtools |
| 21 | +* `dart format`: https://github.com/dart-lang/dart_style |
| 22 | +* `dart test`: https://github.com/dart-lang/test |
| 23 | +* `dart pub`: https://github.com/dart-lang/pub |
| 24 | + |
| 25 | +If you aren't sure, file the issue here, and we'll find the right home for it. |
| 26 | +In your issue, please include: |
| 27 | + |
| 28 | +* Dart version and tooling diagnostic info (`dart info`) |
| 29 | +* Whether you are using Windows, macOS, or Linux (if applicable) |
| 30 | +* Whether you are using Chrome, Safari, Firefox, Edge (if applicable) |
| 31 | + |
| 32 | +Missing some or all of the above might make the issue take longer or be |
| 33 | +impossible to act on. |
| 34 | + |
| 35 | +If you simply have a question, please consider using the listed community |
| 36 | +resources at https://dart.dev/community#join-the-conversation. |
0 commit comments