-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
91 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
--- | ||
name: Bug report | ||
about: Something is crashing or not working as intended | ||
labels: bug | ||
--- | ||
|
||
<!-- | ||
❗️❗️❗️ IMPORTANT ❗️❗️❗️ | ||
DON'T DELETE THIS TEMPLATE! USE IT TO WRITE YOUR ISSUE. | ||
If you delete this and you don't give me enough info, | ||
how would you expect me to solve your issue? Thanks. | ||
Also, before posting a new issue, make sure to check the following points! | ||
You may already find an answer to your problem! | ||
❗️❗️❗️ IMPORTANT ❗️❗️❗️ | ||
--> | ||
|
||
- [x] I have read the [Get Started - Installation](https://inappwebview.dev/docs/get-started/installation/) section | ||
- [x] I have read and done the [Get Started - Setup Android](https://inappwebview.dev/docs/get-started/setup-android/) section | ||
- [x] I have read and done the [Get Started - Setup iOS](https://inappwebview.dev/docs/get-started/setup-ios/) section | ||
- [x] I have already searched for the same problem | ||
|
||
## Environment | ||
|
||
| Technology | Version | | ||
| -------------------- | ------------- | | ||
| Flutter version | | | ||
| Plugin version | | | ||
| Android version | | | ||
| iOS version | | | ||
| Xcode version | | | ||
|
||
Device information: <!-- Manufacturer and model --> | ||
|
||
## Description | ||
|
||
**Expected behavior:** | ||
|
||
**Current behavior:** | ||
|
||
## Steps to reproduce | ||
|
||
<!-- Optionally provide the least amount of code that shows this behaviour. --> | ||
|
||
1. This | ||
2. Than that | ||
3. Then | ||
|
||
## Images <!-- if available, else delete --> | ||
|
||
## Stacktrace/Logcat <!-- if available, else delete --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
|
||
--- | ||
|
||
## Environment | ||
|
||
**Flutter version:** | ||
**Plugin version:** <!-- Add branch if necessary --> | ||
**Android version:** <!-- If customize ROM, write which --> | ||
**iOS version:** | ||
**Xcode version:** | ||
**Device information:** <!-- Manufacturer and model --> | ||
|
||
## Description | ||
|
||
**What you'd like to happen:** | ||
|
||
**Alternatives you've considered:** <!-- if available, else delete --> | ||
|
||
**Images:** <!-- if available, else delete --> |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.