-
In the provided example code, i am getting following error:
E/flutter ( 9562): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: FormatException: Unexpected end of input (at cha…
-
when i run the project as release mode this error appears
```
I/FlutterWegGL(18144): OpenGL initialized: Vendor:Qualcomm renderer: Adreno (TM) 660 Version: OpenGL ES 3.2 V@0530.0 (GIT@12ae96cb63, …
-
**Describe the bug**
An error occurs when trying to fetch video streams using youtube_explode. The video is unavailable due to restrictions that require both logins. Note that they can work randoml…
-
-
E/flutter ( 5030): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: 'package:flutter/src/widgets/scroll_controller.dart': Failed assertion: line 157 pos 12: '_positions.isNotEmp…
-
Flutter seems to have landed on using dart.vm.product to indicate release mode.
https://api.flutter.dev/flutter/foundation/kReleaseMode-constant.html
How Flutter sets it:
https://github.com/flu…
-
Hello,
I was using flutter_scene to display a custom scene and after ~30 seconds (sometimes more) i encounter this error :
(I tried running the example app with android enabled and i get the same …
-
Say I have this file `t.dart`:
```dart
import "dart:developer";
void main() {
int i = 42;
debugger();
print(i);
}
```
and I run it like this:
```
out/ReleaseX64/dart --enable-…
-
Have you seen this error before?
It started appearing all of a sudden and now doesn't go away. Locks the app.
Clearing app storage works the first time but on app restart, it appears again.
```…
-
First appeared in 3.23.0
Appears to be exclusive to `flutter run --machine --start-paused -d chrome`.
Affects ~1.3% of clients that have reported a crash on 3.24.3 (which has a crash rate of ~1%…