61 lines
1.7 KiB
Markdown
61 lines
1.7 KiB
Markdown
---
|
|
name: I have a problem with my Flutter application.
|
|
about: You are writing an application with Flutter but the application is crashing
|
|
or throws an exception, a widget is buggy, or something looks wrong.
|
|
|
|
---
|
|
|
|
<!-- Thank you for using Flutter!
|
|
|
|
If you are looking for support, please check out our documentation
|
|
or consider asking a question on Stack Overflow:
|
|
* https://flutter.dev/
|
|
* https://docs.flutter.io/
|
|
* https://stackoverflow.com/questions/tagged/flutter?sort=frequent
|
|
|
|
If you have found a bug or if our documentation doesn't have an answer
|
|
to what you're looking for, then fill our the template below. Please read
|
|
our guide to filing a bug first: https://flutter.dev/bug-reports/
|
|
-->
|
|
|
|
## Steps to Reproduce
|
|
|
|
<!--
|
|
Please tell us exactly how to reproduce the problem you are running into.
|
|
|
|
Please attach a small application (ideally just one main.dart file) that
|
|
reproduces the problem. You could use https://gist.github.com/ for this.
|
|
|
|
If the problem is with your application's rendering, then please attach
|
|
a screenshot and explain what the problem is.
|
|
-->
|
|
|
|
1. ...
|
|
2. ...
|
|
3. ...
|
|
|
|
## Logs
|
|
|
|
<!--
|
|
Run your application with `flutter run --verbose` and attach all the
|
|
log output below between the lines with the backticks. If there is an
|
|
exception, please see if the error message includes enough information
|
|
to explain how to solve the issue.
|
|
-->
|
|
|
|
```
|
|
```
|
|
|
|
<!--
|
|
Run `flutter analyze` and attach any output of that command below.
|
|
If there are any analysis errors, try resolving them before filing this issue.
|
|
-->
|
|
|
|
```
|
|
```
|
|
|
|
<!-- Finally, paste the output of running `flutter doctor -v` here. -->
|
|
|
|
```
|
|
```
|