-
This occurs after hot reloading several times.
```
ProcessException: Too many open files
Command: /Applications/Google Chrome.app/Contents/MacOS/Google Chrome --version
#0 ChromeDevice.sd…
-
Hi everyone, when I run `flutter run --enable-software-rendering` in console of AndroidStudio,
The application is crashed with below error.
In my console,
I share my issue. Could you someone hel…
-
## command
flutter build apk
## exception
FormatException: FormatException: Bad UTF-8 encoding 0xa8 (at offset 165)
```
#0 _Utf8Decoder.convert (dart:convert/utf.dart:568:13)
#1 …
-
## command
flutter run
## exception
FormatException: FormatException: Bad UTF-8 encoding 0x3f (at offset 2)
```
#0 _Utf8Decoder.convert (dart:convert/utf.dart:434:15)
#1 _Utf8C…
-
flutter generate is crashing and throwing this error
**flutter generate**
```
starting build daemon... 1.0s
Unhandled exception:
Deserializing '[Serve…
-
Flutter crash report; please file at https://github.com/flutter/flutter/issues.
## command
flutter build ios
## exception
FormatException: FormatException: Bad UTF-8 encoding 0x3f (at offs…
-
I'm connecting to a AWS Aurora DB. Simple queries work fine. I've not been able to get a stored procedure call to work.
I've created your test case procedure p ( select a * b) and i'm attempting…
-
Details
Out of Memory bug in process of Android app building on Windows 10 PC
flutter -v doctor
```
[√] Flutter (Channel beta, 1.22.0-12.1.pre, on Microsoft Windows [Version 10.0.19041.508], loc…
-
`import 'package:flutter/material.dart';
import 'package:mysql1/mysql1.dart';
//void main() => runApp(new MyApp());
void main() async {
final conn = await MySqlConnection.connect(new Connect…
-
Hi, when I try to connect to server using RawSocket.connect(host, port) in web an UnimplementedError exception is thrown. But when I try to do this in desktop build all good.