Issue
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, ), ), ),
Solution
Update, after using Genymotion version Android 5.1, it works normally
Answered By - dev99



0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.