Onperson
Onperson
Recently, One user tell me that views will amplify suddenly and come to normal, so I test it for some phones, It can't repeat. The Phone model is Vivo s7e活力版,...
## 🐛 Bug Report Recently, My company has developed the flutter home page with flutter, But we tested that Cached_network_image can't show up the http images on the HUAWEI os,...
### Environment - [x] Autosize Version: implementation 'me.jessyan:autosize:1.2.1' - [x] Target Android Version: targetSdkVersion 28 - [x] Device Model: - [ Vivo V1936AL] - [x] Device Resolution: - [ ]1080...
Unhandled Exception: PlatformException(FWFEvaluateJavaScriptError, Failed evaluating JavaScript., A JavaScript exception occurred (WKErrorDomain:4:{WKJavaScriptExceptionLineNumber: Unsupported Type: 45, WKJavaScriptExceptionMessage: TypeError: null is not an object (evaluating 't.getAttribute'), WKJavaScriptExceptionSourceURL: Unsupported Type: about:blank, NSLocalizedDescription: A JavaScript...
How to use flutter echarts component loading a China map has city location, require a demo.
@override void initState() { super.initState(); _jumpIndex = monthList.indexOf(DateFormat("yyyy-MM").format(DateTime.now()).toString()); if(widget.dateType == DateModel.DATE_TYPE_DAY && widget.selectStartDate.isNotEmpty){ _jumpIndex = monthList.indexOf(DateFormat("yyyy-MM").format(DateTime.parse(widget.selectStartDate)).toString()); } Future.delayed(Duration(milliseconds: 50), () { itemScrollController.jumpTo(index: _jumpIndex); }); } @override Widget build(BuildContext context) {...