forked from alexmercerind/dart_vlc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/zezo357/dart_vlc into upd…
…ated-ffi-to-2.0.1
- Loading branch information
Showing
124 changed files
with
4,277 additions
and
3,582 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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,43 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help dart_vlc improve (fill all details correctly otherwise issue will not be answered) | ||
title: '' | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Describe the bug** | ||
Explain the bug. | ||
|
||
**Media** | ||
|
||
Upload / give URL of the audio/video files that cause the issue (if applicable). | ||
|
||
**Minimal reproducible code** | ||
```dart | ||
replace this line with the code that causes bug (code should be compile-able & single-file) | ||
``` | ||
|
||
**Flutter logs** | ||
``` | ||
paste output of **flutter run --verbose** here (replace this line, and make sure to include --verbose flag). | ||
``` | ||
``` | ||
paste output of **flutter doctor --verbose** here (replace this line, and make sure to include --verbose flag). | ||
``` | ||
|
||
**Operating system:** | ||
- Platform: e.g. Windows, Ubuntu or macOS etc. | ||
- OS version: Windows 11 21H2, Ubuntu 20.04 etc. | ||
|
||
**Other details:** | ||
<!-- | ||
Add x inside the square brackets below (like [x]) to make a YES, otherwise leave as [ ] for NO. | ||
--> | ||
|
||
- [ ] I confirm this is not a bug in the VLC app & only `dart_vlc`. | ||
- [ ] I have donated / sponsored `dart_vlc`. | ||
|
||
**Screenshots** | ||
If applicable, add screenshots to help explain your problem. Otherwise, do nothing. |
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,29 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Describe the feature you'd like** | ||
A clear and concise description of what you want to happen. | ||
|
||
**Additional context** | ||
Add any other context or screenshots about the feature request here (if applicable). | ||
|
||
**Operating system:** | ||
- Platform: e.g. Windows, Ubuntu or macOS etc. | ||
- OS version: Windows 11 21H2, Ubuntu 20.04 etc. | ||
|
||
**Other details:** | ||
<!-- | ||
Add x inside the square brackets below (like [x]) to make a YES, otherwise leave as [ ] for NO. | ||
--> | ||
|
||
- [ ] I confirm this is not a bug in the VLC app & only `dart_vlc`. | ||
- [ ] I have donated / sponsored `dart_vlc`. | ||
|
||
**Screenshots** | ||
If applicable, add screenshots to help explain your problem. Otherwise, do nothing. |
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
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.