Devon Carew | d9cf35d | 2016-03-25 20:17:22 -0700 | [diff] [blame] | 1 | ## Steps to Reproduce |
Chinmay Garde | 512f576 | 2016-02-17 15:28:26 -0800 | [diff] [blame] | 2 | |
Ian Hickson | f18f895 | 2016-10-03 17:31:08 -0700 | [diff] [blame] | 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 | abcdeec | 2016-11-02 10:00:58 -0700 | [diff] [blame] | 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. |
Ian Hickson | f18f895 | 2016-10-03 17:31:08 -0700 | [diff] [blame] | 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. |
Chinmay Garde | 512f576 | 2016-02-17 15:28:26 -0800 | [diff] [blame] | 13 | |
Devon Carew | d9cf35d | 2016-03-25 20:17:22 -0700 | [diff] [blame] | 14 | ## Flutter Doctor |
Chinmay Garde | 512f576 | 2016-02-17 15:28:26 -0800 | [diff] [blame] | 15 | |
jcollins-g | 26102c9 | 2018-02-01 10:27:55 -0800 | [diff] [blame] | 16 | Paste the output of running `flutter doctor -v` here. |
Chinmay Garde | 512f576 | 2016-02-17 15:28:26 -0800 | [diff] [blame] | 17 | |
Devon Carew | d9cf35d | 2016-03-25 20:17:22 -0700 | [diff] [blame] | 18 | > For more information about diagnosing and reporting Flutter bugs, please see [https://flutter.io/bug-reports/](https://flutter.io/bug-reports/). |