| --- |
| 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. |
| title: '' |
| labels: '' |
| assignees: '' |
| |
| --- |
| |
| <!-- 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://api.flutter.dev/ |
| * 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/docs/resources/bug-reports |
| --> |
| |
| ## Steps to Reproduce |
| |
| <!-- You must include full steps to reproduce so that we can reproduce the problem. --> |
| |
| 1. Run `flutter create bug`. |
| 2. Update the files as follows: ... <!-- include every file that is different from the template app! --> |
| 3. ... <!-- describe how to reproduce the problem --> |
| |
| **Expected results:** <!-- what did you want to see? --> |
| |
| **Actual results:** <!-- what did you see? --> |
| |
| <details> |
| <summary>Logs</summary> |
| |
| <!-- |
| 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. --> |
| |
| ``` |
| ``` |
| |
| </details> |