You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[β] Flutter (Channel stable, 3.13.0, on macOS 13.5.2 22G91 darwin-arm64 (Rosetta), locale en-GB)
β’ Flutter version 3.13.0 on channel stable at /Users/oscartigreros/flutter
β’ Upstream repository https://github.com/flutter/flutter.git
β’ Framework revision efbf63d9c6 (5 weeks ago), 2023-08-15 21:05:06 -0500
β’ Engine revision 1ac611c64e
β’ Dart version 3.1.0
β’ DevTools version 2.25.0
[β] Android toolchain - develop for Android devices (Android SDK version 33.0.1)
β’ Android SDK at /Users/oscartigreros/Library/Android/sdk
β’ Platform android-33, build-tools 33.0.1
β’ Java binary at: /Applications/Android Studio.app/Contents/jre/Contents/Home/bin/java
β’ Java version OpenJDK Runtime Environment (build 11.0.13+0-b1751.21-8125866)
β’ All Android licenses accepted.
[β] Xcode - develop for iOS and macOS (Xcode 14.3.1)
β’ Xcode at /Applications/Xcode.app/Contents/Developer
β’ Build 14E300c
β’ CocoaPods version 1.11.3
[β] Chrome - develop for the web
β’ Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
[β] Android Studio (version 2021.3)
β’ Android Studio at /Applications/Android Studio.app/Contents
β’ Flutter plugin can be installed from:
π¨ https://plugins.jetbrains.com/plugin/9212-flutter
β’ Dart plugin can be installed from:
π¨ https://plugins.jetbrains.com/plugin/6351-dart
β’ Java version OpenJDK Runtime Environment (build 11.0.13+0-b1751.21-8125866)
[β] IntelliJ IDEA Community Edition (version 2023.1.3)
β’ IntelliJ at /Applications/IntelliJ IDEA CE.app
β’ Flutter plugin version 75.1.3
β’ Dart plugin version 231.9161.14
[β] Connected device (2 available)
β’ macOS (desktop) β’ macos β’ darwin-arm64 β’ macOS 13.5.2 22G91 darwin-arm64 (Rosetta)
β’ Chrome (web) β’ chrome β’ web-javascript β’ Google Chrome 116.0.5845.187
! Error: Oscarβs iPhone has recently restarted. Xcode will continue when Oscarβs iPhone is unlocked. (code -14)
[β] Network resources
β’ All expected network resources are available.
β’ No issues found!
Dart Version
3.1.0
Steps to Reproduce
On Web while running on debug mode, I'm making a Post request that returns a response that contains the Emoji
πͺ (the text that have 3 of those)
Some combinations I tested
Dont fail if only contain 1 of those emojis
Fail if for ππͺπͺπππ
Fail if for ππͺπͺπͺπππ
Fail if for ππͺπͺπͺππππͺπͺπͺ
Fail if for πͺπͺπͺπͺπͺπͺ
Dont fail for πͺππͺ
Dont fail for πͺπͺππͺ
fail for ππππ
Apparently is 3 of the same emojis in a row
but not on π€¬π€¬π€¬
not for ππππ
fail for ππππ€¬π€¬π€¬
Expected Result
Just decode the string
Actual Result
Finished with error: Bad UTF-8 encoding (U+FFFD; REPLACEMENT CHARACTER) found while decoding string:
(More of the string I cant show),..."note":"Boy πͺπͺοΏ½
The text was updated successfully, but these errors were encountered:
Package
dio
Version
5.3.3
Operating-System
Web
Output of
flutter doctor -v
Dart Version
3.1.0
Steps to Reproduce
On Web while running on debug mode, I'm making a Post request that returns a response that contains the Emoji
πͺ (the text that have 3 of those)
Some combinations I tested
Dont fail if only contain 1 of those emojis
Fail if for ππͺπͺπππ
Fail if for ππͺπͺπͺπππ
Fail if for ππͺπͺπͺππππͺπͺπͺ
Fail if for πͺπͺπͺπͺπͺπͺ
Dont fail for πͺππͺ
Dont fail for πͺπͺππͺ
fail for ππππ
Apparently is 3 of the same emojis in a row
but not on π€¬π€¬π€¬
not for ππππ
fail for ππππ€¬π€¬π€¬
Expected Result
Just decode the string
Actual Result
Finished with error: Bad UTF-8 encoding (U+FFFD; REPLACEMENT CHARACTER) found while decoding string:
(More of the string I cant show),..."note":"Boy πͺπͺοΏ½
The text was updated successfully, but these errors were encountered: