|
|
@@ -0,0 +1,73 @@
|
|
|
+---
|
|
|
+name: I have found out bug in plugin.
|
|
|
+about: You are writing an Flutter application with this webview plugin but the application is crashing
|
|
|
+ or throws an exception, a plugin is buggy, or something looks wrong.
|
|
|
+title: ''
|
|
|
+labels: ''
|
|
|
+assignees: ''
|
|
|
+
|
|
|
+---
|
|
|
+
|
|
|
+<!-- Thank you for using Flutter Webview plugin!
|
|
|
+
|
|
|
+ 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
|
|
|
+-->
|
|
|
+
|
|
|
+## System info
|
|
|
+
|
|
|
+Issue occurs on: iOS / Android / both
|
|
|
+Plugin version: xxx
|
|
|
+Flutter doctor output:
|
|
|
+
|
|
|
+```
|
|
|
+paste it here...
|
|
|
+```
|
|
|
+
|
|
|
+## 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. -->
|
|
|
+
|
|
|
+```
|
|
|
+```
|