PUBSPEC.YAML 檔案
flutter:
uses-material-design: true
assets:
- assets/images/
- assets/fonts/
Container(
height: 45,
padding: EdgeInsets.all(6),
decoration: BoxDecoration(
color: Colors.green[300],
borderRadius: BorderRadius.circular(10),
),
child: Image.asset(
'images/rupee.jpg',
color: Colors.white,
)),
Text(
'Online Payments',
style: TextStyle(
fontSize: 17, fontWeight: FontWeight.w500),
)
],
),
),
),
uj5u.com熱心網友回復:
缺少“assets/”,您需要使用如下資產圖片:
Image.asset(
'assets/images/rupee.jpg',
color: Colors.white,
))
轉載請註明出處,本文鏈接:https://www.uj5u.com/shujuku/471347.html
上一篇:為什么我不能對Cloudinary檔案夾中的影像應用效果?
下一篇:將兩個背景合二為一
