-
### Checklist
- [X] I read the [troubleshooting guide](https://github.com/bluefireteam/audioplayers/blob/main/troubleshooting.md) before raising this issue
- [X] I made sure that the issue I am raisi…
-
Users should be able to set multiple paths to Dart VM versions and change them on the fly.
-
[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: PlatformException(FWFEvaluateJavaScriptError, Failed evaluating JavaScript., JavaScript execution returned a result of an unsupp…
-
### Describe the bug
Transfer of video did not work from iPhone to desktop. Error shown on iPhone:
```
DIoException [unknown]: null Error: HttpException: Content size below specified contentLengt…
-
### Describe the bug
error : Unhandled Exception: MissingPluginException(No implementation found for method RtmpStream#setScreenSettigns on channel com.haishinkit)
and obviously this is a written …
-
```dart
import 'dart:typed_data';
void main() {
final buffer1 = Int8List.fromList([1, 2, 3]).buffer;
final buffer2 = Object();
print(buffer1 == buffer2);
}
```
In this program, when …
osa1 updated
2 months ago
-
`video_player_android` implements the Flutter [surface producer callback API](https://github.com/flutter/engine/blob/ad9e4fef451a73427285826455db5fbdde502bd7/shell/platform/android/io/flutter/view/Tex…
-
**I confirm this bug has not already been reported**
- [x] I have searched the issues and this bug has not been reported previously
**Describe the bug**
```console
❯ ./quickgui-1.2.10+1-linux.…
-
import 'dart:async';
import 'dart:convert';
import 'dart:io';
import 'package:ess_application/appservices_lib.dart';
import 'package:ess_core/esscore_lib.dart';
import 'package:flutter_local_noti…
-
Platform: iOS
Issue: On select files with multiple sheets, the package's code throws a null check on null error.
**Steps to reproduce:**
1. Load the file (file_picker) like this, and initiali…