当我运行项目时,向我显示以下消息:
< Unhandled Exception: Unable to load asset: assets/audio/1.mp3>
这是我的代码:
FlatButton(
onPressed: (){
//final player = AudioCache();
player.play("audio/1.mp3");
//player.clear("1.mp3");
},
child: Image.asset("images/number-1.png", height: 60, width: 60,),
)