blob: 7f88cd3a88503c23eb91347843a73984b5112e61 [file] [log] [blame] [view]
Devon Carewd9cf35d2016-03-25 20:17:22 -07001## Steps to Reproduce
Chinmay Garde512f5762016-02-17 15:28:26 -08002
Ian Hicksonf18f8952016-10-03 17:31:08 -07003Please 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
5If the problem is with your application's rendering, please attach a screenshot and any relevant source code.
Ian Hicksonabcdeec2016-11-02 10:00:58 -07006If 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 Hicksonf18f8952016-10-03 17:31:08 -07007
8## Logs
9
10Run your application with `flutter run` and attach all the log output.
11
12Run `flutter analyze` and attach any output of that command also.
Chinmay Garde512f5762016-02-17 15:28:26 -080013
Devon Carewd9cf35d2016-03-25 20:17:22 -070014## Flutter Doctor
Chinmay Garde512f5762016-02-17 15:28:26 -080015
jcollins-g26102c92018-02-01 10:27:55 -080016Paste the output of running `flutter doctor -v` here.
Chinmay Garde512f5762016-02-17 15:28:26 -080017
Devon Carewd9cf35d2016-03-25 20:17:22 -070018> For more information about diagnosing and reporting Flutter bugs, please see [https://flutter.io/bug-reports/](https://flutter.io/bug-reports/).