Hello, my app is crashed when i reopen the app after i manually close it on the emulator when the debugger still connected. the error are
The following FormatException was thrown resolving a single-frame image stream:
Unexpected extension byte (at offset 0)
When the exception was thrown, this was the stack
#0 _Utf8Decoder.convertSingle (dart:convert-patch/convert_patch.dart:1789:7)
#1 Utf8Decoder.convert (dart:convert/utf.dart:351:42)
#2 Utf8Codec.decode (dart:convert/utf.dart:63:20)
#3 AssetBundle.loadString
package:flutter/…/services/asset_bundle.dart:78
<asynchronous suspension>
#4 Svg._getSvgString
package:flutter_svg_provider/flutter_svg_provider.dart:88
<asynchronous suspension>
#5 Svg._loadAsync
package:flutter_svg_provider/flutter_svg_provider.dart:95
<asynchronous suspension>
════════════════════════════════════════════════════════════════════════════════
Hello, my app is crashed when i reopen the app after i manually close it on the emulator when the debugger still connected. the error are
Here is my Code