Results 2 issues of Bing

![image](https://user-images.githubusercontent.com/8476017/90714589-9c39c100-e2da-11ea-8220-cfc7e33a5999.png) import 'package:flare_flutter/flare_actor.dart'; import 'package:flutter/material.dart'; void main() { WidgetsFlutterBinding.ensureInitialized(); runApp(Material( child: MyHomePage(), )); } class MyHomePage extends StatefulWidget { @override _MyHomePageState createState() => new _MyHomePageState(); } class _MyHomePageState extends State...

I found the location of the error code, as follows packet.js if (numDigits >= 15) { str = this.readString(end - this.offset, 'binary'); result = parseInt(str, 10); if (result.toString() === str)...