|
| 1 | +--- |
| 2 | +name: I have found out bug in plugin. |
| 3 | +about: You are writing an Flutter application with this webview plugin but the application is crashing |
| 4 | + or throws an exception, a plugin is buggy, or something looks wrong. |
| 5 | +title: '' |
| 6 | +labels: '' |
| 7 | +assignees: '' |
| 8 | + |
| 9 | +--- |
| 10 | + |
| 11 | +<!-- Thank you for using Flutter Webview plugin! |
| 12 | +
|
| 13 | + If you are looking for support, please check out our documentation |
| 14 | + or consider asking a question on Stack Overflow: |
| 15 | + * https://flutter.dev/ |
| 16 | + * https://api.flutter.dev/ |
| 17 | + * https://stackoverflow.com/questions/tagged/flutter?sort=frequent |
| 18 | +
|
| 19 | + If you have found a bug or if our documentation doesn't have an answer |
| 20 | + to what you're looking for, then fill our the template below. Please read |
| 21 | + our guide to filing a bug first: https://flutter.dev/docs/resources/bug-reports |
| 22 | +--> |
| 23 | + |
| 24 | +## System info |
| 25 | + |
| 26 | +Issue occurs on: iOS / Android / both |
| 27 | +Plugin version: xxx |
| 28 | +Flutter doctor output: |
| 29 | + |
| 30 | +``` |
| 31 | +paste it here... |
| 32 | +``` |
| 33 | + |
| 34 | +## Steps to Reproduce |
| 35 | + |
| 36 | +<!-- |
| 37 | + Please tell us exactly how to reproduce the problem you are running into. |
| 38 | +
|
| 39 | + Please attach a small application (ideally just one main.dart file) that |
| 40 | + reproduces the problem. You could use https://gist.github.com/ for this. |
| 41 | +
|
| 42 | + If the problem is with your application's rendering, then please attach |
| 43 | + a screenshot and explain what the problem is. |
| 44 | +--> |
| 45 | + |
| 46 | +1. ... |
| 47 | +2. ... |
| 48 | +3. ... |
| 49 | + |
| 50 | +## Logs |
| 51 | + |
| 52 | +<!-- |
| 53 | + Run your application with `flutter run --verbose` and attach all the |
| 54 | + log output below between the lines with the backticks. If there is an |
| 55 | + exception, please see if the error message includes enough information |
| 56 | + to explain how to solve the issue. |
| 57 | +--> |
| 58 | + |
| 59 | +``` |
| 60 | +``` |
| 61 | + |
| 62 | +<!-- |
| 63 | + Run `flutter analyze` and attach any output of that command below. |
| 64 | + If there are any analysis errors, try resolving them before filing this issue. |
| 65 | +--> |
| 66 | + |
| 67 | +``` |
| 68 | +``` |
| 69 | + |
| 70 | +<!-- Finally, paste the output of running `flutter doctor -v` here. --> |
| 71 | + |
| 72 | +``` |
| 73 | +``` |
0 commit comments