ISSUE_TEMPLATE.md 852 Bytes
Newer Older
Devon Carew's avatar
Devon Carew committed
1
## Steps to Reproduce
2

3
Please tell us what you were doing and what went wrong. If you are running flutter tools from the command line, please try adding the `-v` or `--verbose` option to gather more information.
4

5
If the problem is with your application's rendering, please attach a screenshot and any relevant source code.
Ian Hickson's avatar
Ian Hickson committed
6
If you are getting an exception in the logs, and your code is implicated in the first few frames, then please include the source code for the functions involved.
7

8
## Logs
9

10
Run your application with `flutter run` and attach all the log output.
11

12
Run `flutter analyze` and attach any output of that command also.
Devon Carew's avatar
Devon Carew committed
13

14 15 16
## Flutter Doctor

Paste the output of running `flutter doctor` here.
Devon Carew's avatar
Devon Carew committed
17 18

> For more information about diagnosing and reporting Flutter bugs, please see [https://flutter.io/bug-reports/](https://flutter.io/bug-reports/).