GenyMotion is turned off and splashed when using Image Widget in Flutter(Android Studio) when running with real device and Android virtual machine it normally only happens on GenyMotion can someone tell me how to fix it thank
this is my source code https://github.com/chung19/dicee-flutter.git
Expanded( child: TextButton( onPressed: () { getDiceNumber(); }, child: Image.asset( 'images/dice$rightDiceNumber.png', cacheHeight: 100, cacheWidth: 100, ), ), ),