ZHANXUAN ZHU
Results
1
comments of
ZHANXUAN ZHU
Same issue with flutter 2.10.5 It works for me in this way: ``` import 'dart:ui' as ui; late final ui.Image _selectIndicatorImage; @override void initState() { super.initState(); loadImageByProvider(Image.asset('assets/image/xxxx.png').image).then((value) { setState(() {...