-
hi, i have met the problem when i run the lib/main.dart, the below is crash log
Flutter crash report; please file at https://github.com/flutter/flutter/issues.
## command
flutter run
## ex…
-
## command
flutter build apk --target-platform=android-arm64
## exception
FormatException: FormatException: Bad UTF-8 encoding 0xc3 (at offset 150)
```
#0 _Utf8Decoder.convert (dart:…
-
## Error message
Seeing a strange behavior for the Galaxy Note 5 only when running the hello world application created by running `flutter create`. After a reboot of the phone, I can launch the appli…
-
this error appear when i try to hotrestart or hotreload, idk why. last time i didn't get this error, but after i do flutter upgrade and run the app, this error appear
```
NoSuchMethodError: The me…
-
## command
flutter build apk
## exception
FormatException: FormatException: Bad UTF-8 encoding 0xc3 (at offset 201)
```
#0 _Utf8Decoder.convert (dart:convert/utf.dart:434:15)
#1 …
-
## command
flutter build apk
## exception
FormatException: FormatException: Bad UTF-8 encoding 0xbe (at offset 0)
```
#0 _Utf8Decoder.convert (dart:convert/utf.dart:574)
#1 _Ut…
-
Initializing hot reload...
NoSuchMethodError: The method 'isAfter' was called on null.
Receiver: null
Tried calling: isAfter(Instance of 'DateTime')
#0 Object.noSuchMethod (dart:core/runtime/…
-
```
ProcessException: Too many open files
Command: /Applications/Google Chrome.app/Contents/MacOS/Google Chrome --version
#0 ChromeDevice.sdkNameAndVersion (package:flutter_tools/src/web/w…
-
## Command
```
flutter build ios --debug
```
## Steps to Reproduce
1. ...
2. ...
3. ...
## Logs
FormatException
```
#0 _Utf8Decoder.convertChunked (dart:convert-patch/convert_patch…
MrXCQ updated
3 years ago
-
hi guys,at first ,it works well at flutter ver 0.91 . i tried to compile a low version 0.51 flutter code. follow author's advise run flutter channel dev command,unfortunately it got wrong. then …