Try below code, final ByteData data = await rootBundle.load('assets/ic_launcher.png'); if (data.lengthInBytes > 0) { final Uint8List ...
確定! 回上一頁